The Componere\Method class

はじめに

A Method represents a function with modifiable accessibility flags

クラス概要

Componere\Method
final class Componere\Method {
/* Constructor */
public __construct(Closure $closure)
/* メソッド */
public Method setPrivate()
public Method setProtected()
public Method setStatic()
public ReflectionMethod getReflector()
}
目次