Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Yosymfony
Spress
Core
ContentManager
Collection
Collection
PHP 클래스 Yosymfony\Spress\Core\ContentManager\Collection\Collection
저자:
Victor Puertas (
[email protected]
)
상속:
implements
Yosymfony\Spress\Core\ContentManager\Collection\CollectionInterface
파일 보기
프로젝트 열기: spress/spress
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$name
,
string
$path
,
array
$attributes
= [] )
Constructor.
getAttributes
( )
getName
( )
getPath
( )
메소드 상세
__construct()
공개
메소드
Constructor.
public
__construct
(
string
$name
,
string
$path
,
array
$attributes
= [] )
$name
string
The collection's name
$path
string
The collection's relative path
$attributes
array
getAttributes()
공개
메소드
public
getAttributes
( )
getName()
공개
메소드
public
getName
( )
getPath()
공개
메소드
public
getPath
( )