The Componere\Value class

(Componere 2 >= 2.1.0)

Giriş

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

Sınıf Sözdizimi

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

İçindekiler