setValue($GLOBALS["HTTP_RAW_POST_DATA"]); return $body; } /** * Create the chain of actions */ function registerActionChain() { $this->actions['deserialization'] = 'deserializationAction'; $this->actions['classLoader'] = 'classLoaderAction'; $this->actions['security'] = 'securityAction'; $this->actions['exec'] = 'executionAction'; $this->actions['debug'] = 'debugAction'; } } ?>