Componere
PHP Manual

The Componere\Method class

(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 Method setPrivate ( void )
public Method setProtected ( void )
public Method setStatic ( void )
public \ReflectionMethod getReflector ( void )
}

Table of Contents


Componere
PHP Manual