[BUGFIX] #69, Cannot access protected property NewContentElementController::$id
The public properties are not available anymore so the required parameters are fetched from the ServerRequest directly. $GLOBALS['TYPO3_REQUEST'] is deprecated but currently the only way to get this information.
Closes #69 (closed)