\phpDocumentor\Pipeline\Stage\CacheLoadProjectDescriptorFromCache

Summary

Methods
Properties
Constants
__construct()
__invoke()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
log()
$descriptorMapper
$logger
N/A

Properties

$descriptorMapper

$descriptorMapper : \phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper

Type

\phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper —

$logger

$logger : \Psr\Log\LoggerInterface

Type

\Psr\Log\LoggerInterface —

Methods

__construct()

__construct(\phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper  $descriptorMapper, \Psr\Log\LoggerInterface  $logger) : mixed

Parameters

\phpDocumentor\Descriptor\Cache\ProjectDescriptorMapper $descriptorMapper
\Psr\Log\LoggerInterface $logger

Returns

mixed —

__invoke()

__invoke(\phpDocumentor\Pipeline\Stage\Payload  $payload) : \phpDocumentor\Pipeline\Stage\Payload

Parameters

\phpDocumentor\Pipeline\Stage\Payload $payload

Returns

\phpDocumentor\Pipeline\Stage\Payload —

log()

log(string  $message, string  $priority = LogLevel::INFO, string[]  $parameters = []) : void

Dispatches a logging request.

Parameters

string $message
string $priority

The logging priority as declared in the LogLevel PSR-3 class.

string[] $parameters