string = $title; } public function render() { return 'nowp'; } public function change() { $this->string = 'Ruben'; } public function getComputedProperty() { return 'bla'; } }