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 ( )