The Componere\Value class

はじめに

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

クラス概要

Componere\Value
final class Componere\Value {
/* Constructor */
public __construct( $default = ?)
/* メソッド */
public Value setPrivate()
public Value setProtected()
public Value setStatic()
public bool isPrivate()
public bool isProtected()
public bool isStatic()
public bool hasDefault()
}
目次