Beispiel #1
0
 /**
  * @inheritdoc
  */
 public function attributes()
 {
     return array_merge(parent::attributes(), ['authors.firstname', 'authors.lastname', 'authors.fullname', 'from_date', 'to_date']);
 }
Beispiel #2
0
 public function attributes()
 {
     return array_merge(parent::attributes(), ['author.FullName', 'from_date', 'to_date']);
 }