PHP 클래스 Newscoop\Entity\Theme\Loader\LocalLoader

상속: implements Newscoop\Entity\Theme\Loader\Loader
파일 보기 프로젝트 열기: sourcefabric/newscoop

보호된 프로퍼티들

프로퍼티 타입 설명
$path string

공개 메소드들

메소드 설명
__construct ( string $path )
find ( string $offset ) : Theme Get theme
findAll ( ) : Traversable Get all themes

비공개 메소드들

메소드 설명
formatPath ( string $offset = '*' ) : string Format path for offset

메소드 상세

__construct() 공개 메소드

public __construct ( string $path )
$path string

find() 공개 메소드

Get theme
public find ( string $offset ) : Theme
$offset string
리턴 Newscoop\Entity\Theme

findAll() 공개 메소드

Get all themes
public findAll ( ) : Traversable
리턴 Traversable

프로퍼티 상세

$path 보호되어 있는 프로퍼티

protected string $path
리턴 string