示例#1
0
文件: BaseModel.php 项目: andyra/tes
 /**
  * Returns the attribute labels.
  *
  * @return array
  */
 public function attributeLabels()
 {
     return ModelHelper::getAttributeLabels($this);
 }