Home
last modified time | relevance | path

Searched refs:classExists (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/
H A Dautoload.php31 $classExists = class_exists($newClass = str_replace('_', '\\', $class)); variable
32 if ($classExists) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php96 private $classExists = array(); variable in Doctrine\\Common\\Annotations\\DocParser
457 private function classExists($fqcn) function in Doctrine\\Common\\Annotations\\DocParser
459 if (isset($this->classExists[$fqcn])) {
460 return $this->classExists[$fqcn];
465 return $this->classExists[$fqcn] = true;
469 return $this->classExists[$fqcn] = AnnotationRegistry::loadAnnotationClass($fqcn);
708 if ($this->classExists($namespace.'\\'.$name)) {
721 && $this->classExists($this->imports['__NAMESPACE__'] . '\\' . $name)
725 } elseif (! isset($this->ignoredAnnotationNames[$name]) && $this->classExists($name)) {
740 if ( ! $this->classExists($name)) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DStandardTagFactory.php148 Assert::classExists($handler);
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php879 public static function classExists($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md178 `classExists($value, $message = '')` | Check that a value is an existing class name