Fxmlrpc\MulticallBuilder::__construct PHP Méthode

__construct() public méthode

public __construct ( fxmlrpc\ClientInterface $client )
$client fxmlrpc\ClientInterface
    public function __construct(ClientInterface $client)
    {
        $this->client = $client;
    }