Thumbor\Url\BuilderFactory::__construct PHP Method

__construct() public method

public __construct ( string $server, string | null $secret = null )
$server string
$secret string | null
    public function __construct($server, $secret = null)
    {
        $this->server = $server;
        $this->secret = $secret;
    }