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

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

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;
    }