/**
  * @param AbstractTypoScriptObject $typoScriptObject
  * @param ActionRequest $request The current action request. If none is specified it will be created from the environment.
  */
 public function __construct(AbstractTypoScriptObject $typoScriptObject, ActionRequest $request = null)
 {
     parent::__construct($request);
     $this->typoScriptObject = $typoScriptObject;
 }