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
}

Table of Contents