Giriş
PHP Manual
PHP Manual»Reflection»ReflectionNamedType

ReflectionNamedType sınıfı

(PHP 7 >= 7.1.0, PHP 8)

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

To Top