The ReflectionNamedType class

(PHP 7 >= 7.1.0)

Wstęp

Krótki opis klasy

ReflectionNamedType extends ReflectionType {
/* Metody */
public getName ( void ) : string
/* Metody dziedziczone */
public ReflectionType::allowsNull ( void ) : bool
public ReflectionType::isBuiltin ( void ) : bool
public ReflectionType::__toString ( void ) : string
}

Spis treści

add a note add a note

User Contributed Notes

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