Пример #1
0
 /**
  * check if the class is loadable and is instantiable
  * (exists and is no interface or abstraction etc.)
  *
  * @param $class
  *
  * @return bool
  */
 public function isInstantiableClass($class)
 {
     return ReflectionUtility::isInstantiable($class);
 }