PHP 클래스 DataSift\Storyplayer\PlayerLib\Script

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

보호된 프로퍼티들

프로퍼티 타입 설명
$filename string which file contains this script?
$result PhaseGroup_Result what is the result of playing this script?

공개 메소드들

메소드 설명
__construct ( $filename )
getFilename ( ) : string get the filename that contains this script
getResult ( ) : PhaseGroup_Result get the PhaseGroup_Result for this script

메소드 상세

__construct() 공개 메소드

public __construct ( $filename )

getFilename() 공개 메소드

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

getResult() 공개 메소드

get the PhaseGroup_Result for this script
public getResult ( ) : PhaseGroup_Result
리턴 PhaseGroup_Result

프로퍼티 상세

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

which file contains this script?
protected string $filename
리턴 string

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

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