PHP 클래스 DataSift\Storyplayer\PlayerLib\Tale_Loader

저자: Stuart Herbert ([email protected])
파일 보기 프로젝트 열기: datasift/storyplayer

공개 메소드들

메소드 설명
loadTale ( string $filename ) : Story load a story, throwing exceptions if problems are detected

보호된 메소드들

메소드 설명
__construct ( ) singleton - do not instantiate

메소드 상세

__construct() 보호된 메소드

singleton - do not instantiate
protected __construct ( )

loadTale() 공개 정적인 메소드

load a story, throwing exceptions if problems are detected
public static loadTale ( string $filename ) : Story
$filename string path to the PHP file containing the story
리턴 Story the story object