Clockwork\Support\Laravel\ClockworkSupport::getData PHP Метод

getData() публичный Метод

public getData ( $id = null, $last = null )
    public function getData($id = null, $last = null)
    {
        $this->app['session.store']->reflash();
        return new JsonResponse($this->app['clockwork']->getStorage()->retrieve($id, $last));
    }