Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
 */ private readonly \ReflectionClass $originalClass; /** @param class-string|object $objectOrMethod */ public function __construct(object|string $objectOrMethod, ?string $method = null) { if (is_string($objectOrMethod) && str_contains($objectOrMethod, '::')) { [$objectOrMethod, $method] = explode('::', $objectOrMethod, 2); } parent::__construct($objectOrMethod, $method); $this->originalClass = new \ReflectionClass($objectOrMethod); } /** @return \ReflectionClass */ public function getOriginalClass(): \ReflectionClass { return $this->originalClass; } }