Amp\Struct::__get PHP Method

__get() public method

public __get ( string $property )
$property string
    public function __get(string $property)
    {
        throw new \Error($this->generateStructPropertyError($property));
    }