{$fullOptName}(); } return false; } public function getConfigurableOptionsList() { if (method_exists($this, 'getConfigurableOptions')) { return $this->getConfigurableOptions(); } return $this::APP_CONFIGURATION[Enum::CONFIGURABLE_OPTIONS]; } }