Exemplo n.º 1
0
 protected function getBaseDisplayData()
 {
     $oWp = $this->loadWpFunctions();
     return array('plugin_url' => $this->sPluginUrl, 'var_prefix' => $this->oPluginVo->getOptionStoragePrefix(), 'sPluginName' => $this->oPluginVo->getHumanName(), 'fShowAds' => $this->isShowMarketing(), 'nonce_field' => $this->getPluginPrefix(), 'form_action' => 'admin.php?page=' . $oWp->getCurrentWpAdminPage());
 }
 protected function getBaseDisplayData()
 {
     return array('var_prefix' => $this->oPluginVo->getOptionStoragePrefix(), 'sPluginName' => $this->oPluginVo->getHumanName(), 'sFeatureName' => $this->getMainFeatureName(), 'fShowAds' => $this->getIsShowMarketing(), 'nonce_field' => $this->oPluginVo->getFullPluginPrefix(), 'sFeatureSlug' => $this->doPluginPrefix($this->sFeatureSlug), 'form_action' => 'admin.php?page=' . $this->doPluginPrefix($this->sFeatureSlug), 'nOptionsPerRow' => 1, 'aAllOptions' => $this->getOptions(), 'all_options_input' => $this->collateAllFormInputsForAllOptions());
 }