The Componere\Value classはじめにA Value represents a PHP variable of all types, including undefined クラス概要Componere\Value
final
class Componere\Value
{
/* Constructor */
public __construct(
$default = ?)/* メソッド */
public Value setPrivate()
public Value setProtected()
public Value setStatic()
public bool isPrivate()
public bool isProtected()
public bool isStatic()
public bool hasDefault()
}
|