1 | <?php |
||
10 | class Sitewards_B2BProfessional_Helper_Core extends Mage_Core_Helper_Abstract |
||
11 | { |
||
12 | /** |
||
13 | * Get a store flag value and set to against the object |
||
14 | * |
||
15 | * @param string $sStoreFlagPath |
||
16 | * @param string $sStoreFlagAttribute |
||
17 | * @return bool |
||
18 | */ |
||
19 | public function getStoreFlag($sStoreFlagPath, $sStoreFlagAttribute) |
||
23 | |||
24 | /** |
||
25 | * Get a store config value and set against the object |
||
26 | * |
||
27 | * @param string $sStoreConfigPath |
||
28 | * @param string $sStoreConfigAttribute |
||
29 | * @return string |
||
30 | */ |
||
31 | public function getStoreConfig($sStoreConfigPath, $sStoreConfigAttribute) |
||
38 | } |