HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
|
Public Member Functions | |
beforeSave ($event) | |
afterSave ($event) | |
afterFind ($event) |
Public Attributes | |
$serialAttributes = array() |
CSerializeBehavior class file.
public function behaviors() { return array( 'CSerializeBehavior' => array( 'class' => 'application.behaviors.CSerializeBehavior', 'serialAttributes' => array('validator_options'), ) ); }
CSerializeBehavior class file.
Definition at line 26 of file CSerializeBehavior.php.
CSerializeBehavior::afterFind | ( | $event | ) |
Reimplemented in CBase64SerializeBehavior, and CBase64Behavior.
Definition at line 84 of file CSerializeBehavior.php.
CSerializeBehavior::afterSave | ( | $event | ) |
convert the saved as a serialized string back into an array, cause thats how we want to use it anyways ya know?
Reimplemented in CBase64SerializeBehavior, and CBase64Behavior.
Definition at line 65 of file CSerializeBehavior.php.
CSerializeBehavior::beforeSave | ( | $event | ) |
Responds to CModel::onBeforeSave event. Sets the values of the creation or modified attributes as configured.
CModelEvent | event parameter |
Reimplemented in CBase64SerializeBehavior, and CBase64Behavior.
Definition at line 39 of file CSerializeBehavior.php.
CSerializeBehavior::$serialAttributes = array() |
Definition at line 31 of file CSerializeBehavior.php.