示例#1
0
 /**
  * Check if an entity method exist.
  *
  * @param string $method The name of a method
  *
  * @return bool
  */
 public function entityMethodExists($method)
 {
     return $this->_prototype->methodExists($method);
 }