Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Protobuf
MessageCollection
PHP 클래스 Protobuf\MessageCollection
저자:
Fabio B. Silva (
[email protected]
)
상속:
extends
ArrayObjec\ArrayObject
,
implements
Collection
파일 보기
프로젝트 열기: protobuf-php/protobuf
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
array
$values
= [] )
add
(
Message
$message
)
Adds a message to this collection
offsetSet
(
$offset
,
$value
)
메소드 상세
__construct()
공개
메소드
public
__construct
(
array
$values
= [] )
$values
array
add()
공개
메소드
Adds a message to this collection
public
add
(
Message
$message
)
$message
Message
offsetSet()
공개
메소드
public
offsetSet
(
$offset
,
$value
)