コード例 #1
0
ファイル: Video.php プロジェクト: xuhongxu96/BNU-Media
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['url' => '视频链接', 'imageFile' => '缩略图', 'author' => '作者', 'editor' => '编辑', 'category' => '分类']);
 }