This file contains hidden or 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
<script type="text/javascript"> | |
//# sourceURL=dynamic_script.js | |
// use above annotation to display content of script tag | |
// as file dynamic_script.js in Chromium's Sources tab. | |
</script> |
This file contains hidden or 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 | |
/** | |
* Attach XhrTerminalViewModelListener in module's onBootstrap() method. | |
* | |
* <code> | |
* public function onBootstrap(MvcEvent $e) | |
* { | |
* $app = $e->getApplication(); | |
* $eventManager = $app->getEventManager(); | |
* $eventManager->attach(new XhrTerminalViewModelListener()); |
This file contains hidden or 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 | |
/* module/Application/src/Application/I18n/DummyTranslator.php */ | |
namespace Application\I18n; | |
use Zend\I18n\Exception; | |
use Zend\I18n\Translator\Translator; | |
class DummyTranslator extends Translator |
NewerOlder