ContenthistoryHelper::processLookupFields
Method to process any lookup values found in the content_history_options column for this table.
This allows category title and user name to be displayed instead of the id column.
Signature
public function processLookupFields(stdClass
$object,
JTableContenttype
$typesTable )
Parameters
-
$object
- The std object from the JSON string. Can be nested 1 level deep.
-
$typesTable
- Table object loaded with data.
Returns
- stdClass
- Object with lookup values inserted.