Craft\Minimee_RemoteAssetModel::__construct PHP Méthode

__construct() public méthode

public __construct ( $attributes = [], ClientInterface $client = null )
$client ClientInterface
    public function __construct($attributes = array(), ClientInterface $client = null)
    {
        parent::__construct($attributes);
        if ($client) {
            $this->_client = $client;
        }
    }