public static function getOption($sOptionKey, $asKey = null, $vDefault = null)
 {
     return FetchTweets_AdminPageFramework_WPUtility::getOption($sOptionKey, $asKey, $vDefault);
 }
 public function getValue()
 {
     $_aDimensionalKeys = func_get_args();
     return FetchTweets_AdminPageFramework_WPUtility::getOption($this->oProp->sOptionKey, empty($_aDimensionalKeys) ? null : $_aDimensionalKeys, null, $this->getSavedOptions() + $this->oProp->getDefaultOptions($this->oForm->aFields));
 }