Searched defs:classExists (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/ | ||
H A D | autoload.php | 31 $classExists = class_exists($newClass = str_replace('_', '\\', $class)); variable |
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ | ||
H A D | DocParser.php | 96 private $classExists = array(); variable in Doctrine\\Common\\Annotations\\DocParser |
/plugin/findologicxmlexport/vendor/webmozart/assert/src/ | ||
H A D | Assert.php | 879 public static function classExists($value, $message = '') function in Webmozart\\Assert\\Assert |