Sitellite Application Framework
Class Tree         Index         All Elements

Class: SessionManager_Team

Source Location: Program_Root/Session/Manager.php

Class Overview




Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1343]


[ Top ]


Class Variables

$data = array ()

[line 1358]

Parsed data from file.


Type:   mixed


[ Top ]

$error =

[line 1363]

Error message, if an error occurs.


Type:   mixed


[ Top ]

$file =  'inc/conf/auth/teams/index.php'

[line 1353]

File to store info.


Type:   mixed


[ Top ]



Class Methods


constructor SessionManager_Team [line 1368]

SessionManager_Team SessionManager_Team( )

Constructor method.



[ Top ]

method add [line 1396]

boolean add( string $name, boolean $disabled, string $description)

Adds an item to $data and rewrites the INI file.



Parameters:

string   $name  
boolean   $disabled  
string   $description  

[ Top ]

method delete [line 1430]

boolean delete( string $name)

Deletes an item from $data and rewrites the INI file.



Parameters:

string   $name  

[ Top ]

method edit [line 1414]

boolean edit( string $name, string $newname, boolean $disabled, string $description)

Renames an item in $data and rewrites the INI file.



Parameters:

string   $name  
string   $newname  
boolean   $disabled  
string   $description  

[ Top ]

method getAddForm [line 1444]

object saf.MailForm &getAddForm( )

Generate a form for adding items to this list.



Tags:

return:  object


[ Top ]

method getData [line 1375]

void getData( )

Retrieves the data from $file and stores it in $data.



[ Top ]

method getEditForm [line 1485]

object saf.MailForm &getEditForm( mixed $item)

Generate a form for editing items in this list.



Tags:

return:  object


[ Top ]

method getList [line 1384]

array getList( )

Returns an array of the data.



[ Top ]


Copyright © 2007, SIMIAN systems Inc.
All rights reserved. Privacy policy
Documentation generated on Tue, 13 Feb 2007 17:18:06 -0600 by Sitellite AppDoc and phpDocumentor 1.2.2