Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
ProgressBar
Registry
PHP 클래스 ProgressBar\Registry
파일 보기
프로젝트 열기: guiguiboy/php-cli-progress-bar
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
$registry
Registry
공개 메소드들
메소드
설명
getValue
(
string
$key
) :
mixed
Returns the value associated to a key
setValue
(
string
$key
,
mixed
$value
)
Sets the value for a key
메소드 상세
getValue()
공개
메소드
Returns the value associated to a key
public
getValue
(
string
$key
) :
mixed
$key
string
리턴
mixed
setValue()
공개
메소드
Sets the value for a key
public
setValue
(
string
$key
,
mixed
$value
)
$key
string
$value
mixed
프로퍼티 상세
$registry
공개적으로 프로퍼티
Registry
public
$registry