Bolt\Controller\Backend\Records::recordListing PHP Method

recordListing() protected method

protected recordListing ( ) : Bolt\Storage\ContentRequest\Listing
return Bolt\Storage\ContentRequest\Listing
    protected function recordListing()
    {
        return $this->app['storage.request.listing'];
    }