The Componere\Value classIntroductionA Value represents a PHP variable of all types, including undefined Class synopsisComponere\Value
final
class Componere\Value
{
/* Constructor */
public __construct(
$default = ?)/* Methods */
public Value setPrivate()
public Value setProtected()
public Value setStatic()
public bool isPrivate()
public bool isProtected()
public bool isStatic()
public bool hasDefault()
}
|