はじめに
PHP Manual
PHP Manual»Componere»Componere\Method

The Componere\Method class

(Componere 2 >= 2.1.0)

A Method represents a function with modifiable accessibility flags

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

目次

To Top