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

getPhaseSequenceNo() public method

what number is assigned to this phase?
public getPhaseSequenceNo ( ) : integer | null
return integer | null
    public function getPhaseSequenceNo()
    {
        return $this->sequenceNo;
    }