PAGI\CallerId\Impl\CallerIdFacade::__construct PHP Method

__construct() public method

Constructor.
public __construct ( PAGI\Client\IClient $client ) : void
$client PAGI\Client\IClient AGI Client to use.
return void
    public function __construct(IClient $client)
    {
        $this->client = $client;
    }