Home
last modified time | relevance | path

Searched defs:classExists (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/
H A Dautoload.php31 $classExists = class_exists($newClass = str_replace('_', '\\', $class)); variable
/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
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php879 public static function classExists($value, $message = '') function in Webmozart\\Assert\\Assert