Gui\Components\Object::get PHP Метод

get() защищенный Метод

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