Blackfire\Player\Extension\BlackfireExtension::__construct PHP Method

__construct() public method

public __construct ( Blackfire\Client $blackfire, Psr\Log\LoggerInterface $logger = null )
$blackfire Blackfire\Client
$logger Psr\Log\LoggerInterface
    public function __construct(BlackfireClient $blackfire, LoggerInterface $logger = null)
    {
        $this->blackfire = $blackfire;
        $this->logger = $logger;
    }