todo_stats_data

todo_stats_data Class provided by System as a container for todo stats

package

SYSTEM\SAI

Methods

Create the Datastorage with Data

__construct(string $name = '', integer $closed, integer $all = 1) 

Arguments

$name

string

Name of the ToDo Stats

$closed

integer

Closed Todos Value of the ToDo Stats

$all

integer

All Todos Value of the ToDo Stats

Properties

string Variable to store the Name of the ToDo Stats

name : 

Type(s)

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

open : 

Type(s)

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

closed : 

Type(s)

string Variable to store all Todos Value of the ToDo Stats

all : 

Type(s)

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

perc : 

Type(s)