Свойство | Type | Description | |
---|---|---|---|
$_baseurl | Horde_Url | Baseurl | |
$_browser | Mnemo_TagBrowser | Tag browser | |
$_haveSearch | boolean | Flag to indicate if we have a search. | |
$_notes | array | The loaded notes. | |
$_showTagBrowser | boolean | Flag to indicate whether or not to show the tag browser | |
$_title | string | Page title | |
$_vars | Horde_Variables | Horde_Variables |
Méthode | Description | |
---|---|---|
__construct ( Horde_Variables $vars ) : Nag_View_List | Const'r | |
render ( Horde_PageOutput $output ) : string | Renders the view. |
Méthode | Description | |
---|---|---|
_checkSortValue ( ) | Helper to check/update the sort prefs | |
_doSearch ( ) | Perform search | |
_getRelatedTags ( ) : string | Get HTML to display the related tags links. | |
_getTagTrail ( ) : string | Get HTML to represent the currently selected tags. | |
_handleActions ( $action = null ) | Helper to handle any incoming actions. | |
_linkAddTag ( string $tag ) : string | Get HTML for a link to add a new tag to the current search. | |
_linkRemoveTag ( string $tag ) : string | Get HTML for a link to remove a tag from the current search. | |
_loadNotes ( ) | Load the full, sorted task list. |
public __construct ( Horde_Variables $vars ) : Nag_View_List | ||
$vars | Horde_Variables | Variables for the view. |
Résultat | Nag_View_List |
protected _checkSortValue ( ) |
protected _getRelatedTags ( ) : string | ||
Résultat | string |
protected _getTagTrail ( ) : string | ||
Résultat | string |
protected _handleActions ( $action = null ) |
protected _linkAddTag ( string $tag ) : string | ||
$tag | string | The tag we want to add. |
Résultat | string |
protected _linkRemoveTag ( string $tag ) : string | ||
$tag | string | The tag we want the link for. |
Résultat | string |
protected Mnemo_TagBrowser $_browser | ||
Résultat | Mnemo_TagBrowser |
protected bool $_haveSearch | ||
Résultat | boolean |
protected bool $_showTagBrowser | ||
Résultat | boolean |