The Componere\Value class

(Componere 2 >= 2.1.0)

Introduction

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

Class synopsis

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

Table of Contents

add a note

User Contributed Notes

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