The Componere\Value class

(Componere 2 >= 2.1.0)

简介

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

类摘要

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

目录

To Top