This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @category Namespace | |
* @package Namespace_Module | |
* @author Anna Völkl | |
* @author Christoph Aßmann | |
* @author Fabian Schmengler | |
*/ | |
/** @var Mage_Core_Model_Resource_Setup $installer */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
class Netresearch_AppFactory_Model_Template_Filter extends Mage_Widget_Model_Template_Filter | |
{ | |
/** | |
* Add possibility to cross link between stores and protocols. | |
* | |
* Additional parameters: | |
* <ul> | |
* <li>store: store code or store id</li> | |
* <li>current_protocol: use https if called from secure context, http otherwise (boolean)</li> |