Skip to content

Commit

Permalink
phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Jul 31, 2014
1 parent c7314d9 commit 10ac93d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions nag/lib/Nag.php
Expand Up @@ -199,16 +199,21 @@ static public function parseDate($date, $withtime = true)
* DEFAULT: altsortby pref is used.
* - completed: (integer) Which task to retrieve. A Nag::VIEW_* constant.
* DEFAULT: show_completed pref is used.
* - external: (boolean) Whether to include tasks from other applications
* too.
* DEFAULT: true.
* - include_history: (boolean) Autoload created/modified data from
* Horde_History.
* DEFAULT: true (Automatically load history data).
* - include_tags: (boolean) Autoload all tags.
* DEFAULT: false (Tags are lazy loaded as needed.)
* - sortby: (string) A Nag::SORT_* constant for the field to sort by.
* DEFAULT: sortby pref is used.
* - sortdir: (string) Direction of sort. NAG::SORT_ASCEND or NAG::SORT_DESCEND.
* - sortdir: (string) Direction of sort. NAG::SORT_ASCEND or
* NAG::SORT_DESCEND.
* DEFAULT: sortdir pref is used.
* - include_tags: (boolean) Autoload all tags.
* DEFAULT: false (Tags are lazy loaded as needed.)
* - tasklists: (array) An array of tasklists to include.
* DEFAULT: Use $GLOBALS['display_tasklists'];
* - include_history: (boolean) Autoload created/modified data from Horde_History.
* DEFAULT: true (Automatically load history data).
*
* @return Nag_Task A list of the requested tasks.
*/
Expand Down

0 comments on commit 10ac93d

Please sign in to comment.