コード例 #1
0
ファイル: User.php プロジェクト: andryluthfi/annotation-tools
 /**
  * @return array customized attribute labels (name=>label)
  */
 public function attributeLabels()
 {
     return CMap::mergeArray(parent::attributeLabels(), array());
 }