/framework/vendor/VendorLibrary.php
PHP | 14 lines | 14 code | 0 blank | 0 comment | 0 complexity | 7752cdad94affc9be153d2f82dc0afe0 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
1<?php 2class VendorLibrary extends ZoopLibrary 3{ 4 protected function init() 5 { 6 $this->registerMod('phpmailer'); 7 $this->registerMod('smarty'); 8 $this->registerMod('smarty2'); 9 $this->registerMod('smarty3'); 10 $this->registerMod('spyc'); 11 $this->registerMod('zend'); 12 $this->registerMod('swift'); 13 } 14}