PHP Class DataSift\Storyplayer\PlayerLib\Script

Mostra file Open project: datasift/storyplayer

Protected Properties

Property Type Description
$filename string which file contains this script?
$result PhaseGroup_Result what is the result of playing this script?

Public Methods

Method Description
__construct ( $filename )
getFilename ( ) : string get the filename that contains this script
getResult ( ) : PhaseGroup_Result get the PhaseGroup_Result for this script

Method Details

__construct() public method

public __construct ( $filename )

getFilename() public method

get the filename that contains this script
public getFilename ( ) : string
return string

getResult() public method

get the PhaseGroup_Result for this script
public getResult ( ) : PhaseGroup_Result
return PhaseGroup_Result

Property Details

$filename protected_oe property

which file contains this script?
protected string $filename
return string

$result protected_oe property

what is the result of playing this script?
protected PhaseGroup_Result,DataSift\Storyplayer\PlayerLib $result
return PhaseGroup_Result