예제 #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
 public function attributeLabels()
 {
     $labels = parent::attributeLabels();
     return array_merge($labels, ['content' => 'Anniversary', 'type' => 'Anniversary Type']);
 }