Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/PhpDocumentor/
H A DClassTagRetriever.php26 private $contextFactory; variable in Prophecy\\PhpDocumentor\\ClassTagRetriever
31 $this->contextFactory = new ContextFactory();
44 $this->contextFactory->createFromReflector($reflectionClass)
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/
H A DREADME.md139 $contextFactory = new \phpDocumentor\Reflection\Types\ContextFactory();
140 $context = $contextFactory->createFromReflector(new ReflectionMethod('\My\Example\Classy', '__const…
146 $contextFactory = new \phpDocumentor\Reflection\Types\ContextFactory();
147 $context = $contextFactory->createForNamespace('\My\Example', file_get_contents('My/Example/Classy.…