Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Yosymfony
Spress
Core
ContentManager
Collection
Collection
PHP Class Yosymfony\Spress\Core\ContentManager\Collection\Collection
Author:
Victor Puertas (
[email protected]
)
Inheritance:
implements
Yosymfony\Spress\Core\ContentManager\Collection\CollectionInterface
ファイルを表示
Open project: spress/spress
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$name
,
string
$path
,
array
$attributes
= [] )
Constructor.
getAttributes
( )
getName
( )
getPath
( )
Method Details
__construct()
public
method
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
method
public
getAttributes
( )
getName()
public
method
public
getName
( )
getPath()
public
method
public
getPath
( )