/** * {@inheritDoc} */ public function addPost(\AppBundle\Entity\Post $post) { $this->__initializer__ && $this->__initializer__->__invoke($this, 'addPost', [$post]); return parent::addPost($post); }