* @license http://www.yiiframework.com/license/ */namespaceyii\base;/** * ModelEvent class. * * ModelEvent represents the parameter needed by model events. * * @author Qiang Xue <qiang.xue@gmail.com> * @since 2.0 */classModelEventextendsEvent{/** * @var boolean whether the model is in valid status. Defaults to true.