From 11ee5a10959c9582d1a14c2e14bb7090a89b87ff Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 23 Mar 2022 13:05:46 +0800 Subject: [PATCH] change the docs for postList filter/extra --- Pman/Roo.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman/Roo.php b/Pman/Roo.php index 8aa0a70..a86d98a 100644 --- a/Pman/Roo.php +++ b/Pman/Roo.php @@ -141,9 +141,9 @@ class Pman_Roo extends Pman * -- apply any query filters on data. and hide stuff not to be seen. * -- can exit by calling $roo->jerr() * postListExtra($_REQUEST, $roo, $array_data) : array(extra_name => data) - * - add extra column data on the results (like new messages etc.) + * - add extra column to the jdata return key/value info. * postListFilter($data, $authUser, $request) return $data - * - add extra data to an object + * - modify the returned array of data (either add stuff to the data, or remove lines etc) * * * toRooSingleArray($authUser, $request) : array -- 2.39.2