The Componere\Method class

(Componere 2 >= 2.1.0)

Wstęp

A Method represents a function with modifiable accessibility flags

Krótki opis klasy

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

Spis treści

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top