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;
    }