The ReflectionObject class

(PHP 5, PHP 7, PHP 8)

Einführung

The ReflectionObject class reports information about an object.

Klassenbeschreibung

class ReflectionObject extends ReflectionClass {
/* Geerbte Konstanten */
/* Geerbte Eigenschaften */
public string $name;
/* Methoden */
public __construct(object $object)
/* Geerbte Methoden */
public static ReflectionClass::export(mixed $argument, bool $return = false): string
public ReflectionClass::getAttributes(?string $name = null, int $flags = 0): array
}

Changelog

Version Beschreibung
8.0.0 ReflectionObject::export() was removed.

Inhaltsverzeichnis