The Componere\Method class

(Componere 2 >= 2.1.0)

Einführung

A Method represents a function with modifiable accessibility flags

Klassenbeschreibung

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

Inhaltsverzeichnis