update page now

La classe ReflectionNamedType

(PHP 7 >= 7.1.0, PHP 8)

Introduction

Synopsis de la classe

class ReflectionNamedType extends ReflectionType {
/* Méthodes */
public function getName(): string
public function isBuiltin(): bool
/* Méthodes héritées */
public function ReflectionType::allowsNull(): bool
}

Sommaire

add a note

User Contributed Notes

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