The Componere\Value class

(Componere 2 >= 2.1.0)

Wstęp

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

Krótki opis klasy

final Componere\Value {
/* Constructor */
public __construct ([ $default ] )
/* Metody */
public setPrivate ( void ) : Value
public setProtected ( void ) : Value
public setStatic ( void ) : Value
public isPrivate ( void ) : bool
public isProtected ( void ) : bool
public isStatic ( void ) : bool
public hasDefault ( void ) : bool
}

Spis treści

add a note add a note

User Contributed Notes

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