La classe Componere\Value

(Componere 2 >= 2.1.0)

Introduction

La classe Value représente une variable PHP de tous types, y compris indéfinie

Synopsis de la classe

final class Componere\Value {
/* Constructeur */
public function __construct(mixed $default = ?)
/* Méthodes */
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
}

Sommaire

add a note

User Contributed Notes

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