PHP マニュアル
関数リファレンス
変数・データ型関連
リフレクション
ReflectionClass
ReflectionClass::__construct
ReflectionClass::export
ReflectionClass::getAttributes
ReflectionClass::getConstant
ReflectionClass::getConstants
ReflectionClass::getConstructor
ReflectionClass::getDefaultProperties
ReflectionClass::getDocComment
ReflectionClass::getEndLine
ReflectionClass::getExtension
ReflectionClass::getExtensionName
ReflectionClass::getFileName
ReflectionClass::getInterfaceNames
ReflectionClass::getInterfaces
ReflectionClass::getLazyInitializer
ReflectionClass::getMethod
ReflectionClass::getMethods
ReflectionClass::getModifiers
ReflectionClass::getName
ReflectionClass::getNamespaceName
ReflectionClass::getParentClass
ReflectionClass::getProperties
ReflectionClass::getProperty
ReflectionClass::getReflectionConstant
ReflectionClass::getReflectionConstants
ReflectionClass::getShortName
ReflectionClass::getStartLine
ReflectionClass::getStaticProperties
ReflectionClass::getStaticPropertyValue
ReflectionClass::getTraitAliases
ReflectionClass::getTraitNames
ReflectionClass::getTraits
ReflectionClass::hasConstant
ReflectionClass::hasMethod
ReflectionClass::hasProperty
ReflectionClass::implementsInterface
ReflectionClass::initializeLazyObject
ReflectionClass::inNamespace
ReflectionClass::isAbstract
ReflectionClass::isAnonymous
ReflectionClass::isCloneable
ReflectionClass::isEnum
ReflectionClass::isFinal
ReflectionClass::isInstance
ReflectionClass::isInstantiable
ReflectionClass::isInterface
ReflectionClass::isInternal
ReflectionClass::isIterable
ReflectionClass::isIterateable
ReflectionClass::isReadOnly
ReflectionClass::isSubclassOf
ReflectionClass::isTrait
ReflectionClass::isUninitializedLazyObject
ReflectionClass::isUserDefined
ReflectionClass::markLazyObjectAsInitialized
ReflectionClass::newInstance
ReflectionClass::newInstanceArgs
ReflectionClass::newInstanceWithoutConstructor
ReflectionClass::newLazyGhost
ReflectionClass::newLazyProxy
ReflectionClass::resetAsLazyGhost
ReflectionClass::resetAsLazyProxy
ReflectionClass::setStaticPropertyValue
ReflectionClass::__toString
ReflectionClass::getMethods
ReflectionClass::getName
ReflectionClass
PHP マニュアル
ReflectionClass::getModifiers
クラス修飾子を取得する
説明
public
int
ReflectionClass::getModifiers
()
このクラスのアクセス修飾子のビットフィールドを返します。
パラメータ
この関数にはパラメータはありません。
戻り値
修飾子定数
のビットマスクを返します。
参考
ReflectionClass::getProperties
Reflection::getModifierNames