示例#1
0
文件: Table.php 项目: mediasadc/alba
 /**
  * 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);
 }