PHP Class ProgressBar\Registry

Afficher le fichier Open project: guiguiboy/php-cli-progress-bar Class Usage Examples

Méthodes publiques

Свойство Type Description
$registry Registry

Méthodes publiques

Méthode 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 méthode

Returns the value associated to a key
public getValue ( string $key ) : mixed
$key string
Résultat mixed

setValue() public méthode

Sets the value for a key
public setValue ( string $key, mixed $value )
$key string
$value mixed

Property Details

$registry public_oe property

Registry
public $registry