DataSift\Storyplayer\Phases\Phase::doPhase PHP 메소드

doPhase() 추상적인 공개 메소드

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?
리턴 DataSift\Storyplayer\PlayerLib\PhaseGroup_Result
    public abstract function doPhase($thingBeingPlayed);