Class CModelEvent
CModelEvent class.
CModelEvent represents the event parameters needed by events raised by a model.
- CComponent
- CEvent
- CModelEvent
Package: system\base
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/base/CModelEvent.php
Copyright: 2008-2013 Yii Software LLC
License: http://www.yiiframework.com/license/
Author: Qiang Xue <qiang.xue@gmail.com>
Since: 1.0
Located at x2engine/framework/base/CModelEvent.php
__construct()
|
public
boolean
|
$isValid | true |
#
whether the model is in valid status and should continue its normal method
execution cycles. Defaults to true. For example, when this event is raised in a
|
$handled,
$params,
$sender
|