The Componere\Value class

(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 ( void ) : Value
public setProtected ( void ) : Value
public setStatic ( void ) : Value
public isPrivate ( void ) : bool
public isProtected ( void ) : bool
public isStatic ( void ) : bool
public hasDefault ( void ) : bool
}

Table of Contents