The Componere\Value class

Introduction

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

Class synopsis

Componere\Value
final class Componere\Value {
/* Constructor */
public __construct( $default = ?)
/* Methods */
public Value setPrivate()
public Value setProtected()
public Value setStatic()
public bool isPrivate()
public bool isProtected()
public bool isStatic()
public bool hasDefault()
}
Table of Contents