The Componere\Method class

(Componere 2 >= 2.1.0)

Einführung

A Method represents a function with modifiable accessibility flags

Klassenbeschreibung

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

Inhaltsverzeichnis

add a note add a note

User Contributed Notes

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