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