PHP Class Nag_Ajax_Application_Handler_Smartmobile, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Core_Ajax_Application_Handler
Show file Open project: horde/horde

Public Methods

Method Description
deleteTask ( )
getTask ( )
getTaskLists ( )
listTasks ( ) : stdClass AJAX action: Return a task list.
saveTask ( )
smartmobileToggle ( ) : array AJAX action: Toggle the completed flag.

Method Details

deleteTask() public method

public deleteTask ( )

getTask() public method

public getTask ( )

getTaskLists() public method

public getTaskLists ( )

listTasks() public method

AJAX action: Return a task list.
public listTasks ( ) : stdClass
return stdClass An object containing a tasklist in the tasks property.

saveTask() public method

public saveTask ( )

smartmobileToggle() public method

Variables used: - task: TODO - tasklist: TODO
public smartmobileToggle ( ) : array
return array TODO