DataSift\Storyplayer\Phases\Phase::doPhase PHP Method

doPhase() abstract public method

execute a phase, and return the results for further analysis
abstract public doPhase ( mixed $thingBeingPlayed ) : DataSift\Storyplayer\PlayerLib\PhaseGroup_Result
$thingBeingPlayed mixed what is the phase executing against?
return DataSift\Storyplayer\PlayerLib\PhaseGroup_Result
    public abstract function doPhase($thingBeingPlayed);