Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Jarves
Configuration
SimpleKeyModel
PHP 클래스 Jarves\Configuration\SimpleKeyModel
Model with two fields: key and value.
$value
상속:
extends
Model
파일 보기
프로젝트 열기: jarves/jarves
보호된 프로퍼티들
프로퍼티
타입
설명
$arrayKey
$attributes
$key
string
$nodeValueVar
$value
string
공개 메소드들
메소드
설명
getKey
( ) :
string
getValue
( ) :
string
setKey
(
string
$key
)
setValue
(
string
$value
)
toArray
(
$printDefaults
= false )
메소드 상세
getKey()
공개
메소드
public
getKey
( ) :
string
리턴
string
getValue()
공개
메소드
public
getValue
( ) :
string
리턴
string
setKey()
공개
메소드
public
setKey
(
string
$key
)
$key
string
setValue()
공개
메소드
public
setValue
(
string
$value
)
$value
string
toArray()
공개
메소드
public
toArray
(
$printDefaults
= false )
프로퍼티 상세
$arrayKey
보호되어 있는 프로퍼티
protected
$arrayKey
$attributes
보호되어 있는 프로퍼티
protected
$attributes
$key
보호되어 있는 프로퍼티
protected
string
$key
리턴
string
$nodeValueVar
보호되어 있는 프로퍼티
protected
$nodeValueVar
$value
보호되어 있는 프로퍼티
protected
string
$value
리턴
string