attributeLabels() public method

public attributeLabels ( )
Ejemplo n.º 1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('tsBehavior' => 'CTimestampBehavior'));
 }
 /**
  * @return array
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('modelPrefix' => 'Model Prefix'));
 }