Componere
PHP Manual

The Componere\Value class

(Componere 2 >= 2.1.0)

Introduction

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

Class synopsis

final Componere\Value {
/* Constructor */
public __construct ([ $default ] )
/* Methods */
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