La clase Componere\Value

(Componere 2 >= 2.1.0)

Introducción

Una clase Value representa una variable PHP de todos los tipos, incluyendo las indefinidas

Sinopsis de la Clase

final class Componere\Value {
/* Constructor */
public function __construct(mixed $default = ?)
/* Métodos */
public function setPrivate(): Value
public function setProtected(): Value
public function setStatic(): Value
public function isPrivate(): bool
public function isProtected(): bool
public function isStatic(): bool
public function hasDefault(): bool
}

Tabla de contenidos

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top