The Componere\Value class

(Componere 2 >= 2.1.0)

Introduction

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

Class synopsis

finalclassComponere\Value {
public__construct($default = ?)
publicsetPrivate(): Value
publicsetProtected(): Value
publicsetStatic(): Value
publicisPrivate(): bool
publicisProtected(): bool
publicisStatic(): bool
publichasDefault(): bool
}

Table of Contents

To Top