Imbo\Http\Request\Request::setTransformations PHP Method

setTransformations() public method

Set the transformation chain
public setTransformations ( array $transformations ) : self
$transformations array The image transformations
return self
    public function setTransformations(array $transformations)
    {
        $this->transformations = $transformations;
        return $this;
    }