/**
  * {@inheritDoc}
  */
 public function addPost(\Air\BlogBundle\Entity\Post $posts)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'addPost', array($posts));
     return parent::addPost($posts);
 }