(PHP 5 >= 5.4.0, PHP 7)
はじめに
クラス概要
ReflectionZendExtension implements Reflector {
public
$name
/* メソッド */
final private __clone ( ) : void
public __construct
( string $name
)
public static export
( string $name
[, bool $return
] ) : string
public getAuthor ( ) : string
public getCopyright ( ) : string
public getName ( ) : string
public getURL ( ) : string
public getVersion ( ) : string
public __toString ( ) : string
}
目次
- ReflectionZendExtension::__clone — Clone のハンドラ
- ReflectionZendExtension::__construct — コンストラクタ
- ReflectionZendExtension::export — エクスポート
- ReflectionZendExtension::getAuthor — 作者を取得する
- ReflectionZendExtension::getCopyright — 著作権情報を取得する
- ReflectionZendExtension::getName — 名前を取得する
- ReflectionZendExtension::getURL — URL を取得する
- ReflectionZendExtension::getVersion — バージョンを取得する
- ReflectionZendExtension::__toString — 文字列変換のハンドラ
/* プロパティ */