コード例 #1
0
ファイル: IconRelation.php プロジェクト: rhosocial/rho.social
 public function getIcon()
 {
     $model = Icon::buildNoInitModel();
     return $this->hasOne(Icon::className(), [$model->createdByAttribute => $this->guidAttribute])->inverseOf('user');
 }