DNRoot::snapshotslog PHP Method

snapshotslog() public method

Action
public snapshotslog ( SS_HTTPRequest $request ) : SS_HTTPResponse
$request SS_HTTPRequest
return SS_HTTPResponse - HTML
    public function snapshotslog(\SS_HTTPRequest $request)
    {
        $this->setCurrentActionType(self::ACTION_SNAPSHOT);
        return $this->getCustomisedViewSection('SnapshotsSection', 'Snapshots log');
    }