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
SimpleModel
PHP 클래스 Jarves\Configuration\SimpleModel
Model with two fields: id and value.
$value
상속:
extends
Model
파일 보기
프로젝트 열기: jarves/jarves
보호된 프로퍼티들
프로퍼티
타입
설명
$arrayKey
$attributes
$id
string
$nodeValueVar
$value
string
공개 메소드들
메소드
설명
getId
( ) :
string
getValue
( ) :
string
setId
(
string
$id
)
setValue
(
string
$value
)
toArray
(
$printDefaults
= false )
메소드 상세
getId()
공개
메소드
public
getId
( ) :
string
리턴
string
getValue()
공개
메소드
public
getValue
( ) :
string
리턴
string
setId()
공개
메소드
public
setId
(
string
$id
)
$id
string
setValue()
공개
메소드
public
setValue
(
string
$value
)
$value
string
toArray()
공개
메소드
public
toArray
(
$printDefaults
= false )
프로퍼티 상세
$arrayKey
보호되어 있는 프로퍼티
protected
$arrayKey
$attributes
보호되어 있는 프로퍼티
protected
$attributes
$id
보호되어 있는 프로퍼티
protected
string
$id
리턴
string
$nodeValueVar
보호되어 있는 프로퍼티
protected
$nodeValueVar
$value
보호되어 있는 프로퍼티
protected
string
$value
리턴
string