ContenthistoryHelper::hideFields
Method to remove fields from the object based on values entered in the #__content_types table.
Signature
public function hideFields(stdClass
$object,
JTableContenttype
$typeTable )
Parameters
-
$object
- Object to be passed to view layout file.
-
$typeTable
- Table object with content history options.
Returns
- stdClass
- object with hidden fields removed.