The Componere\Method class

(Componere 2 >= 2.1.0)

Giriş

A Method represents a function with modifiable accessibility flags

Sınıf Sözdizimi

final Componere\Method {
/* Constructor */
public __construct ( \Closure $closure )
/* Yöntemler */
public setPrivate ( void ) : Method
public setProtected ( void ) : Method
public setStatic ( void ) : Method
public getReflector ( void ) : \ReflectionMethod
}

İçindekiler