Skip to content

SYSTEM SAI todo_stats_data

Ulf Gebhardt edited this page Jul 25, 2017 · 2 revisions

SYSTEM\SAI\todo_stats_data

todo_stats_data Class provided by System as a container for todo stats

  • Class name: todo_stats_data
  • Namespace: SYSTEM\SAI

Properties

$name

public mixed $name = ''

string Variable to store the Name of the ToDo Stats

  • Visibility: public

$open

public mixed $open

string Variable to store the Open Todos Value of the ToDo Stats

  • Visibility: public

$closed

public mixed $closed

string Variable to store the Closed Todos Value of the ToDo Stats

  • Visibility: public

$all

public mixed $all = 1

string Variable to store all Todos Value of the ToDo Stats

  • Visibility: public

$perc

public mixed $perc

string Variable to store the Percatnage of Open to Closed of the ToDo Stats

  • Visibility: public

Methods

__construct

mixed SYSTEM\SAI\todo_stats_data::__construct(string $name, integer $closed, integer $all)

Create the Datastorage with Data

  • Visibility: public

Arguments

  • $name string - <p>Name of the ToDo Stats</p>
  • $closed integer - <p>Closed Todos Value of the ToDo Stats</p>
  • $all integer - <p>All Todos Value of the ToDo Stats</p>
Clone this wiki locally