Craft\Minimee_RemoteAssetModel::__construct PHP Method

__construct() public method

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