download
raw
550 Bytes
<?php
/**
* This file is part of the Nette Framework (https://nette.org)
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/
declare(strict_types=1);
namespace Nette;
/**
* Static class.
*/
trait StaticClass
{
/**
* Class is static and cannot be instantiated.
*/
private function __construct()
{
}
/**
* Call to undefined static method.
* @throws MemberAccessException
*/
public static function __callStatic(string $name, array $args): mixed
{
Utils\ObjectHelpers::strictStaticCall(static::class, $name);
}
}

Xet Storage Details

Size:
550 Bytes
·
Xet hash:
71d90077d543e8bd16f10428e441516ab9ec73a6d3003f72f36aaefc7f6bea28

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.