コード例 #1
0
ファイル: IM.php プロジェクト: rhosocial/rho.social
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     return array_merge($labels, ['content' => 'IM Account', 'type' => 'IM Account Type']);
 }
コード例 #2
0
ファイル: Anniversary.php プロジェクト: rhosocial/rho.social
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     return array_merge($labels, ['content' => 'Anniversary', 'type' => 'Anniversary Type']);
 }