Retrieves the current user's note list from storage. This function will
also sort the resulting list, if requested.
public static listMemos ( constant $sortby = self::SORT_DESC, constant $sortdir = self::SORT_ASCEND ) : array | ||
$sortby | constant | The field by which to sort. (self::SORT_DESC, self::SORT_NOTEPAD, self::SORT_MOD_DATE) |
$sortdir | constant | The direction by which to sort. (self::SORT_ASC, self::SORT_DESC) |
Résultat | array | A list of the requested notes. |