SproutCMS

This is the code documentation for the SproutCMS project

function setTourCompleted()

Set a given JavaScript tour as being "completed", preventing it from being shown again.

Usage

void Admin::setTourCompleted ( string $tour_name );

Arguments

  1. string $tour_name
    Internal name for the tour, e.g. "page_edit"

Return value

  • void