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