$baseFilter
$baseFilter :
__construct(\Cloudonix\Client $client, $action)
| \Cloudonix\Client | $client | |
| $action |
cleanActionData(array $keys, boolean $allowed = true)
Clean the `actionData` from keys that may create an issue upon create or update methods
| array | $keys | An array of keys that are either allowed (only these will be in the actionData) or not-allowed (filtered out) |
| boolean | $allowed | TRUE for 'allowed keys' or FALSE for 'filtered keys' |