コード例 #1
0
ファイル: Table.php プロジェクト: yao-dev/blog-mvc.github.io
 /**
  * Check if a behavior with the given alias has been loaded.
  *
  * @param string $name The behavior alias to check.
  * @return bool Whether or not the behavior exists.
  */
 public function hasBehavior($name)
 {
     return $this->_behaviors->has($name);
 }