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