/**
  * {@inheritDoc}
  */
 public function getAllArticles()
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getAllArticles', array());
     return parent::getAllArticles();
 }