Intercom\IntercomAdmins::__construct PHP 메소드

__construct() 공개 메소드

IntercomAdmins constructor.
public __construct ( IntercomClient $client )
$client IntercomClient
    public function __construct($client)
    {
        $this->client = $client;
    }