ReflectionExtension クラス

(PHP 5, PHP 7)

はじめに

ReflectionExtension クラスは 拡張モジュールについての情報を報告します。

クラス概要

ReflectionExtension implements Reflector {
/* プロパティ */
public $name ;
/* メソッド */
public ReflectionClass::__construct ( object|string $objectOrClass )
final private __clone ( ) : void
public static export ( string $name , string $return = false ) : string
public getClasses ( ) : array
public getClassNames ( ) : array
public getConstants ( ) : array
public getDependencies ( ) : array
public getFunctions ( ) : array
public getINIEntries ( ) : array
public getName ( ) : string
public getVersion ( ) : string|null
public info ( ) : void
public isPersistent ( ) : bool
public isTemporary ( ) : bool
public __toString ( ) : string
}

プロパティ

name

拡張モジュールの名前。 ReflectionExtension::getName() メソッドをコールするのと同じ。

目次