| 1 | <?php |
||
| 11 | class Factory |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var \TYPO3\CMS\Extbase\Object\ObjectManagerInterface |
||
| 15 | */ |
||
| 16 | private $objectManager; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var string |
||
| 20 | */ |
||
| 21 | private $protocolMarker; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @param \TYPO3\CMS\Extbase\Object\ObjectManagerInterface $objectManager |
||
| 25 | */ |
||
| 26 | 1 | public function injectObjectManager(ObjectManagerInterface $objectManager) |
|
| 30 | |||
| 31 | /** |
||
| 32 | * @param \Aoe\Asdis\System\Configuration\Provider $configurationProvider |
||
| 33 | */ |
||
| 34 | 1 | public function injectConfigurationProvider(Provider $configurationProvider) |
|
| 42 | |||
| 43 | /** |
||
| 44 | * @param string $identifier |
||
| 45 | * @param string $domain |
||
| 46 | * @param string $protocol |
||
| 47 | * @return \Aoe\Asdis\Domain\Model\Server |
||
| 48 | */ |
||
| 49 | 1 | public function createServer($identifier, $domain, $protocol) |
|
| 59 | } |
Scrutinizer analyzes your
composer.json/composer.lockfile if available to determine the classes, and functions that are defined by your dependencies.It seems like the listed class was neither found in your dependencies, nor was it found in the analyzed files in your repository. If you are using some other form of dependency management, you might want to disable this analysis.