Php/docs/class.componere-method

来自菜鸟教程
跳转至:导航、​搜索

(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

}

Table of Contents