Aerys\Server.Server.::__get PHP Méthode

__get() public méthode

public __get ( string $prop )
$prop string
                    public function __get(string $prop)
                    {
                        throw new \DomainException($this->generateStructPropertyError($prop));
                    }
Server.Server.