StoreProjectDescriptorToCache
FinalYes
Table of Contents
Properties
- $descriptorMapper : ProjectDescriptorMapper
 - $logger : LoggerInterface
 
Methods
- __construct() : mixed
 - __invoke() : Payload
 - log() : void
 - Dispatches a logging request.
 
Properties
$descriptorMapper read-only
        private
            ProjectDescriptorMapper
    $descriptorMapper
    
    
    
    
    
    
$logger read-only
        private
            LoggerInterface
    $logger
    
    
    
    
    
    
Methods
__construct()
    public
                    __construct(ProjectDescriptorMapper $descriptorMapper, LoggerInterface $logger) : mixed
    Parameters
- $descriptorMapper : ProjectDescriptorMapper
 - $logger : LoggerInterface
 
__invoke()
    public
                    __invoke(Payload $payload) : Payload
    Parameters
- $payload : Payload
 
Return values
Payloadlog()
Dispatches a logging request.
    private
                    log(string $message[, string $priority = LogLevel::INFO ][, array<string|int, string> $parameters = [] ]) : void
    Parameters
- $message : string
 - $priority : string = LogLevel::INFO
 - 
                    
The logging priority as declared in the LogLevel PSR-3 class.
 - $parameters : array<string|int, string> = []