Ejemplo n.º 1
0
 /**
  * @return ActiveQuery
  */
 public function getAuthor()
 {
     return $this->hasOne(Siteuser::className(), ['id' => 'creator']);
 }