Componere
PHP Manual

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

Table of Contents


Componere
PHP Manual