CakeFest 2024: The Official CakePHP Conference

Класс Componere\Value

(Componere 2 >= 2.1.0)

Введение

Value представляет переменную PHP всех типов, включая неопределённую (undefined)

Обзор классов

final class Componere\Value {
/* Конструктор класса */
public __construct( $default = ?)
/* Методы */
public setPrivate(): Value
public setProtected(): Value
public setStatic(): Value
public isPrivate(): bool
public isProtected(): bool
public isStatic(): bool
public hasDefault(): bool
}

Содержание

add a note

User Contributed Notes

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