Thumbor\Url::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return $this->stringify($this->server, $this->secret, $this->original, $this->commands);
    }