Thumbor\Url::__construct PHP Метод

__construct() публичный Метод

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