The ReflectionNamedType class

(PHP 7 >= 7.1.0, PHP 8)

Einführung

Klassenbeschreibung

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

Inhaltsverzeichnis

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top