Gui\Components\Object::get PHP Method

get() protected method

This magic method is used to send the IPC message when a property is get
protected get ( string $name ) : mixed
$name string Property name
return mixed
    protected function get($name)
    {
        return $this->application->waitCommand('getObjectProperty', [$this->lazarusObjectId, $name]);
    }