ReflectionNamedType クラス

(PHP 7 >= 7.1.0, PHP 8)

はじめに

クラス概要

class ReflectionNamedType extends ReflectionType {
/* メソッド */
public function getName(): string
public function isBuiltin(): bool
/* 継承したメソッド */
public function ReflectionType::allowsNull(): bool
}

目次

add a note

User Contributed Notes

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