PHP Class Yosymfony\Spress\Core\ContentManager\Collection\Collection

Author: Victor Puertas ([email protected])
Inheritance: implements Yosymfony\Spress\Core\ContentManager\Collection\CollectionInterface
Afficher le fichier Open project: spress/spress Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $name, string $path, array $attributes = [] ) Constructor.
getAttributes ( )
getName ( )
getPath ( )

Method Details

__construct() public méthode

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 méthode

public getAttributes ( )

getName() public méthode

public getName ( )

getPath() public méthode

public getPath ( )