The Componere\Method class

Introduction

A Method represents a function with modifiable accessibility flags

Class synopsis

Componere\Method
final class Componere\Method {
/* Constructor */
public __construct(Closure $closure)
/* Methods */
public Method setPrivate()
public Method setProtected()
public Method setStatic()
public ReflectionMethod getReflector()
}
Table of Contents