object = end($args); $this->object->before = true; } public function after(mixed $return): mixed { $this->object->after = true; return $return; } }