Php/docs/class.componere-method

From Get docs

(Componere 2 >= 2.1.0)

Introduction

A Method represents a function with modifiable accessibility flags


Class synopsis


final Componere\Method {

/* Constructor */

public __construct ( Closure $closure )

/* Methods */

public setPrivate ( ) : Method

public setProtected ( ) : Method

public setStatic ( ) : Method

}

Table of Contents