PAGI\CallerId\Impl\CallerIdFacade::__construct PHP 메소드

__construct() 공개 메소드

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