Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
ProgressBar
Registry
PHP Class ProgressBar\Registry
Show file
Open project: guiguiboy/php-cli-progress-bar
Class Usage Examples
Public Properties
Property
Type
Description
$registry
Registry
Public Methods
Method
Description
getValue
(
string
$key
) :
mixed
Returns the value associated to a key
setValue
(
string
$key
,
mixed
$value
)
Sets the value for a key
Method Details
getValue()
public
method
Returns the value associated to a key
public
getValue
(
string
$key
) :
mixed
$key
string
return
mixed
setValue()
public
method
Sets the value for a key
public
setValue
(
string
$key
,
mixed
$value
)
$key
string
$value
mixed
Property Details
$registry
public property
Registry
public
$registry