« Componere\Patch::getClosures
Componere\Method::__construct »
PHP Manual
Componere
The Componere\Method class
The Componere\Method class
(Componere 2 >= 2.1.0)
はじめに
A Method represents a function with modifiable accessibility flags
クラス概要
final
class
Componere\Method
{
/* Constructor */
public
__construct
(
Closure
$closure
)
/* メソッド */
public
setPrivate
():
Method
public
setProtected
():
Method
public
setStatic
():
Method
public
getReflector
():
ReflectionMethod
}
目次
Componere\Method::__construct
— Method Construction
Componere\Method::setPrivate
— Accessibility Modification
Componere\Method::setProtected
— Accessibility Modification
Componere\Method::setStatic
— Accessibility Modification
Componere\Method::getReflector
— Reflection
関連キーワード:
Componere
,
public
,
Modification
,
construct
,
Accessibility
,
setStatic
,
setProtected
,
setPrivate
,
Construction
,
ReflectionMethod