Einführung
PHP Manual
PHP Manual»Reflection»ReflectionNamedType

The ReflectionNamedType class

(PHP 7 >= 7.1.0, PHP 8)

class ReflectionNamedType extends ReflectionType {
/* Methoden */
public function getName(): string
public function isBuiltin(): bool
/* Geerbte Methoden */
public function ReflectionType::allowsNull(): bool
}

Inhaltsverzeichnis

To Top