Aerys\Server.Server.::__get PHP Method

__get() public method

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