예제 #1
0
파일: OS.php 프로젝트: uecode/daemon-bundle
 /**
  * Get the total parent count of a class
  *
  * @param string $class Full classname or instance
  *
  * @return integer
  */
 protected function _getAncestorCount($class)
 {
     return count(OS::_getAncestors($class));
 }