public function __construct($renderType, $controllerId, $moduleId, $model, $title) { parent::__construct($renderType, $controllerId, $moduleId, $model); $this->title = $title; $user = $this->model->user; self::$notificationConfigurationPanels = $this->resolveNotificationConfigurationViewContentByUserType($user); }
public function __construct($renderType, $controllerId, $moduleId, $model, $metadata) { parent::__construct($renderType, $controllerId, $moduleId, $model); $this->externalViewMetadata = $metadata; $this->hashIndexHiddenField = ContactWebFormEntry::HASH_INDEX_HIDDEN_FIELD; }