PHP Класс DataSift\Storyplayer\PlayerLib\Script

Автор: Stuart Herbert ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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