PHP Interface Newscoop\Entity\Theme\Loader\Loader

Show file Open project: sourcefabric/newscoop

Public Methods

Method Description
find ( string $id ) : Newscoop\Entity\Theme Get theme
findAll ( ) : Traversable Get all themes

Method Details

find() public method

Get theme
public find ( string $id ) : Newscoop\Entity\Theme
$id string
return Newscoop\Entity\Theme

findAll() public method

Get all themes
public findAll ( ) : Traversable
return Traversable