コード例 #1
0
ファイル: PostComment.php プロジェクト: tampaphp/app-cms
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['comment_post_id' => Yii::t('writesdown', 'Comment to'), 'post_title' => Yii::t('writesdown', 'Post Title')]);
 }
コード例 #2
0
ファイル: MediaComment.php プロジェクト: writesdown/app-cms
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['media_id' => Yii::t('writesdown', 'Comment to'), 'media_title' => Yii::t('writesdown', 'Media Title')]);
 }