PAGI\Logger\Asterisk\Impl\AsteriskLoggerImpl::__construct PHP Method

__construct() protected method

Constructor.
protected __construct ( PAGI\Client\IClient $agi ) : void
$agi PAGI\Client\IClient AGI client.
return void
    protected function __construct(IClient $agi)
    {
        $this->agi = $agi;
        $this->ident = '';
    }