Php/docs/class.componere-value

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

(Componere 2 >= 2.1.0)

简介

A Value represents a PHP variable of all types, including undefined


类摘要


final Componere\Value {

/* Constructor */

public __construct ([ $default ] )

/* 方法 */

public setPrivate ( ) : Value

public setProtected ( ) : Value

public setStatic ( ) : Value

public isPrivate ( ) : bool

public isProtected ( ) : bool

public isStatic ( ) : bool

public hasDefault ( ) : bool

}

Table of Contents