PHP Class DataSift\Storyplayer\PlayerLib\Tale_Loader

Datei anzeigen Open project: datasift/storyplayer

Public Methods

Method Description
loadTale ( string $filename ) : Story load a story, throwing exceptions if problems are detected

Protected Methods

Method Description
__construct ( ) singleton - do not instantiate

Method Details

__construct() protected method

singleton - do not instantiate
protected __construct ( )

loadTale() public static method

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
return Story the story object