The Componere\Method class

(Componere 2 >= 2.1.0)

はじめに

A Method represents a function with modifiable accessibility flags

クラス概要

final Componere\Method {
/* Constructor */
public __construct ( \Closure $closure )
/* メソッド */
public setPrivate ( void ) : Method
public setProtected ( void ) : Method
public setStatic ( void ) : Method
public getReflector ( void ) : \ReflectionMethod
}

目次