ReflectionNamedType sınıfı

(PHP 7 >= 7.1.0, PHP 8)

Giriş

Sınıf Sözdizimi

class ReflectionNamedType extends ReflectionType {
/* Yöntemler */
public function getName(): string
public function isBuiltin(): bool
/* Miras alınan yöntemler */
public function ReflectionType::allowsNull(): bool
}

İçindekiler

add a note

User Contributed Notes

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