PHP 8.4.0 RC3 available for testing

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 __construct( $default = ?)
/* Méthodes */
public setPrivate(): Value
public setProtected(): Value
public setStatic(): Value
public isPrivate(): bool
public isProtected(): bool
public isStatic(): bool
public hasDefault(): bool
}

Sommaire

add a note

User Contributed Notes

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