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::_()
Gets or sets a virtual method.
Genome::__call()
Calls a virtual method.
Genome::__callStatic()
Calls a virtual method statically.