Thumbor\Url\Builder::__construct PHP Method

__construct() public method

public __construct ( $server, $secret, $original )
    public function __construct($server, $secret, $original)
    {
        $this->server = $server;
        $this->secret = $secret;
        $this->original = $original;
        $this->commands = new CommandSet();
    }