formKey = $formKey; parent::__construct( $context, $data ); $this->formKey = $formKey; } /** * Retrieve Session Form Key * * @return string */ public function getFormKey() { return $this->formKey->getFormKey(); } }