The ComponereValue class

The Componere\Value class

(Componere 2 >= 2.1.0)

簡介

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

類摘要

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

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *