Amp\Struct::__get PHP 메소드

__get() 공개 메소드

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