コード例 #1
0
ファイル: School.php プロジェクト: NewPaltzKarateAcademy/KIMS
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     $attributeLabels = parent::attributeLabels();
     $attributeLabels['abbr'] = 'Abbr';
     $attributeLabels['kai_template'] = 'Kai Template';
     return $attributeLabels;
 }