DataSift\Storyplayer\PlayerLib\Story_Checkpoint::getData PHP 메소드

getData() 공개 메소드

get all the data held inside the checkpoint
public getData ( ) : stdClass
리턴 stdClass
    public function getData()
    {
        return (object) $this->data;
    }