PHP Class Newscoop\Entity\Theme\Loader\LocalLoader

Inheritance: implements Newscoop\Entity\Theme\Loader\Loader
Afficher le fichier Open project: sourcefabric/newscoop

Protected Properties

Свойство Type Description
$path string

Méthodes publiques

Méthode Description
__construct ( string $path )
find ( string $offset ) : Theme Get theme
findAll ( ) : Traversable Get all themes

Private Methods

Méthode Description
formatPath ( string $offset = '*' ) : string Format path for offset

Method Details

__construct() public méthode

public __construct ( string $path )
$path string

find() public méthode

Get theme
public find ( string $offset ) : Theme
$offset string
Résultat Newscoop\Entity\Theme

findAll() public méthode

Get all themes
public findAll ( ) : Traversable
Résultat Traversable

Property Details

$path protected_oe property

protected string $path
Résultat string