* @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see * the docs/CREDITS.txt file. * */ namespace phpbb\files; class factory { /** * @var \Symfony\Component\DependencyInjection\ContainerInterface */ private $container; /** * Constructor * * @param \Symfony\Component\DependencyInjection\ContainerInterface $container */ public function __construct(\Symfony\Component\DependencyInjection\ContainerInterface $container) { $this->container = $container; } /** * Get files service * * @param string $name Service name * * @return object|bool Requested service or false if service could not be * found by the container */ public function get($name) { $service = false; $name = (strpos($name, '.') === false) ? 'files.' . $name : $name; try { $service = $this->container->get($name); } catch (\Exception $e) { // do nothing } return $service; } } /mdv2009.0'>distro/mdv2009.0 Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po
Commit message (Expand)AuthorAgeFilesLines
* Updated Simplified Chinese translationFunda Wang2005-05-081-50/+21
* another small typo fixed in slovak translationTibor Pittich2005-05-071-1/+1
* updated slovak translationTibor Pittich2005-05-071-1/+1
* small typo errorPablo Saratxaga2005-05-051-1/+1
* Estonian translation updated.Marek Laane2005-05-031-31/+35
* Updated Dutch translationReinout van Schouwen2005-05-031-21/+33
* updateThierry Vignaud2005-05-021-46/+46
* meloJosé Jorge2005-05-011-69/+66
* jorgeJosé Jorge2005-04-301-3/+3
* melo + jorgeJosé Jorge2005-04-301-16/+16
* Translated more strings.Karl Ove Hufthammer2005-04-291-215/+170
* meloJosé Jorge2005-04-291-466/+339
* updatesKeld Simonsen2005-04-291-184/+104
* Maybe the last Mandrake->Mandriva replacement.Funda Wang2005-04-2771-115/+115
* add missing tagsThierry Vignaud2005-04-261-5/+6
* updateThierry Vignaud2005-04-261-11/+33
* updateThierry Vignaud2005-04-251-148/+152
* sync with copyright bumpingThierry Vignaud2005-04-2571-113/+113
* updated Welsh filePablo Saratxaga2005-04-251-8/+16
* updated Italian and Spanish filesPablo Saratxaga2005-04-253-2741/+2467
* Updated Malay translationSharuzzaman Ahmat Raslan2005-04-251-2489/+2685
* more Mandrake -> Mandriva changesPablo Saratxaga2005-04-2336-676/+649
* various Mandrake -> Mandriva changesPablo Saratxaga2005-04-2371-18861/+16657
* updated po filesPablo Saratxaga2005-04-2359-1658/+4170
* UpdatedWilly Sudiarto Raharjo2005-04-231-25/+30
* UpdatedWilly Sudiarto Raharjo2005-04-221-3/+3
* *** empty log message ***Dovix2005-04-221-242/+186
* meloJosé Jorge2005-04-211-3344/+3161
* fix doble messagesThierry Vignaud2005-04-211-11/+1
* switch from MandrakeSoft to MandrivaThierry Vignaud2005-04-2177-14452/+14452
* updateThierry Vignaud2005-04-211-7/+7
* updateThierry Vignaud2005-04-211-4/+4
* updateThierry Vignaud2005-04-211-24/+24
* updateThierry Vignaud2005-04-211-12/+14
* updateThierry Vignaud2005-04-2171-198583/+207713
* remove useless merge2 ruleThierry Vignaud2005-04-211-3/+0
* sync LAN stringThierry Vignaud2005-04-2124-48/+48
* update string for new drakroamThierry Vignaud2005-04-21