public function setAuthor(\user\models\User $author) { $author->addPost($this); $this->author = $author; }