Пример #1
0
 /**
  * hasRelation
  *
  * @param string $alias      the relation to check if exists
  * @return boolean           true if the relation exists otherwise false
  */
 public function hasRelation($alias)
 {
     return $this->_parser->hasRelation($alias);
 }