Php/docs/class.componere-method

提供:Dev Guides
< Php
移動先:案内検索

(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

}

目次