Genome::__call()

Calls a virtual method.

Description

Genome::__call(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::__call()

Calls a virtual method.