Home
last modified time | relevance | path

Searched refs:getNamespaceName (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DPhpParser.php55 $namespace = preg_quote($class->getNamespaceName());
59 $statements = $tokenizer->parseUseStatements($class->getNamespaceName());
H A DAnnotationReader.php420 array('__NAMESPACE__' => $class->getNamespaceName())
/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DFileLocator.php25 if ('' !== $prefix && 0 !== strpos($class->getNamespaceName(), $prefix)) {
/plugin/refnotes/
H A Dscope.php181 if (($note->getNamespaceName() == $namespaceName) && ($note->$getter() == $noteName)) {
H A Dnote.php178 public function getNamespaceName() { function in refnotes_note
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php48 $namespace = $reflector->getNamespaceName();