Genome::__callStatic()

Calls a virtual method statically.

Description

Genome::__callStatic(string $kin, array $lot = []): mixed;

If the virtual method being called does not exist or has not been created, this method returns void. If test mode is active, this method throws a BadMethodCallException exception.

Genome::__callStatic()

Calls a virtual method statically.