Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Pheasant
Types
BaseType
PHP 클래스 Pheasant\Types\BaseType
상속:
implements
Pheasant\Type
파일 보기
프로젝트 열기: lox/pheasant
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
$options
= null )
Constructor
equals
(
$value1
,
$value2
)
* (non-phpdoc)
marshal
(
$value
)
* (non-phpdoc)
options
( )
Gets the {@link Options} object associated with the type
unmarshal
(
$value
)
* (non-phpdoc)
메소드 상세
__construct()
공개
메소드
Constructor
public
__construct
(
$options
= null )
equals()
공개
메소드
* (non-phpdoc)
또한 보기:
Pheasant\Type::equals
public
equals
(
$value1
,
$value2
)
marshal()
공개
메소드
* (non-phpdoc)
또한 보기:
Pheasant\Type::marshal
public
marshal
(
$value
)
options()
공개
메소드
Gets the {@link Options} object associated with the type
public
options
( )
unmarshal()
공개
메소드
* (non-phpdoc)
또한 보기:
Pheasant\Type::unmarshal
public
unmarshal
(
$value
)