Home
last modified time | relevance | path

Searched refs:createForNamespace (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DContextFactory.php51 return $this->createForNamespace($namespace, file_get_contents($fileName));
67 public function createForNamespace($namespace, $fileContents) function in phpDocumentor\\Reflection\\Types\\ContextFactory
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md147 $context = $contextFactory->createForNamespace('\My\Example', file_get_contents('My/Example/Classy.…