CakeFest 2024: The Official CakePHP Conference

The Componere\Value class

(Componere 2 >= 2.1.0)

Introdução

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

Resumo da classe

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

Índice

add a note

User Contributed Notes

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