? Componere\Patch::getClosures
Componere\Method::__construct ?
PHP8中文参考手册
Componere
The Componere\Method class
The Componere\Method class
(Componere 2 >= 2.1.0)
简介
A Method represents a function with modifiable accessibility flags
类摘要
final
Componere\Method
{
/* Constructor */
public
__construct
(
Closure
$closure
)
/* 方法 */
public
setPrivate
( ) :
Method
public
setProtected
( ) :
Method
public
setStatic
( ) :
Method
public
getReflector
( ) :
ReflectionMethod
}
Table of Contents
Componere\Method::__construct
— Method Construction
Componere\Method::setPrivate
— Accessibility Modification
Componere\Method::setProtected
— Accessibility Modification
Componere\Method::setStatic
— Accessibility Modification
Componere\Method::getReflector
— Reflection
User Contributed Notes
There are no user contributed notes for this page.
PHP8中文手册
由
站长在线
整理 版权归PHP文档组所有