DataSift\Storyplayer\PlayerLib\Script::getResult PHP Метод

getResult() публичный Метод

get the PhaseGroup_Result for this script
public getResult ( ) : PhaseGroup_Result
Результат PhaseGroup_Result
    public function getResult()
    {
        return $this->result;
    }