PHP Класс Yosymfony\Spress\Core\ContentManager\Collection\Collection

Автор: Victor Puertas ([email protected])
Наследование: implements Yosymfony\Spress\Core\ContentManager\Collection\CollectionInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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 ( )