예제 #1
0
파일: BaseModel.php 프로젝트: andyra/tes
 /**
  * Returns the attribute labels.
  *
  * @return array
  */
 public function attributeLabels()
 {
     return ModelHelper::getAttributeLabels($this);
 }