2011-05-08 21:04:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
|
|
<container xmlns="http://symfony.com/schema/dic/services"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
|
|
|
|
|
|
|
|
<services>
|
2011-07-03 09:38:38 +00:00
|
|
|
<service id="knp_gaufrette.filesystem" class="Gaufrette\Filesystem" abstract="true">
|
2011-05-08 21:04:37 +00:00
|
|
|
<argument /><!-- The Adapter -->
|
|
|
|
</service>
|
2011-07-03 09:38:38 +00:00
|
|
|
<service id="knp_gaufrette.adapter.in_memory" class="Gaufrette\Adapter\InMemory" abstract="true" public="false">
|
2011-05-08 21:04:37 +00:00
|
|
|
<argument /><!-- Files -->
|
|
|
|
</service>
|
2011-07-03 09:38:38 +00:00
|
|
|
<service id="knp_gaufrette.adapter.local" class="Gaufrette\Adapter\Local" abstract="true" public="false">
|
2011-05-08 21:04:37 +00:00
|
|
|
<argument /><!-- Directory -->
|
|
|
|
<argument /><!-- Create -->
|
|
|
|
</service>
|
2011-07-03 09:38:38 +00:00
|
|
|
<service id="knp_gaufrette.adapter.safe_local" class="Gaufrette\Adapter\SafeLocal" abstract="true" public="false">
|
2011-05-08 21:04:37 +00:00
|
|
|
<argument /><!-- Directory -->
|
|
|
|
<argument /><!-- Create -->
|
|
|
|
</service>
|
2011-09-27 08:50:39 +00:00
|
|
|
<service id="knp_gaufrette.adapter.amazon_s3" class="Gaufrette\Adapter\AmazonS3" abstract="true" public="false" />
|
2011-09-27 15:59:14 +00:00
|
|
|
<service id="knp_gaufrette.adapter.acl_aware_amazon_s3" class="Gaufrette\Adapter\AclAwareAmazonS3" abstract="true" public="false" />
|
2011-10-03 12:59:23 +00:00
|
|
|
<service id="knp_gaufrette.adapter.gridfs" class="Gaufrette\Adapter\GridFS" abstract="true" public="false" />
|
2011-10-11 11:40:51 +00:00
|
|
|
<service id="knp_gaufrette.adapter.mogilefs" class="Gaufrette\Adapter\MogileFS" abstract="true" public="false">
|
|
|
|
<argument /><!-- domain -->
|
|
|
|
<argument /><!-- hosts -->
|
|
|
|
</service>
|
2011-12-06 13:42:01 +00:00
|
|
|
<service id="knp_gaufrette.adapter.ftp" class="Gaufrette\Adapter\Ftp" abstract="true" public="false" />
|
2011-12-12 21:25:17 +00:00
|
|
|
<service id="knp_gaufrette.adapter.apc" class="Gaufrette\Adapter\Apc" abstract="true" public="false">
|
|
|
|
<argument /><!-- prefix -->
|
|
|
|
<argument /><!-- ttl -->
|
|
|
|
</service>
|
2012-03-01 16:13:11 +00:00
|
|
|
<service id="knp_gaufrette.adapter.cache" class="Gaufrette\Adapter\Cache" abstract="true" public="false" />
|
2011-07-03 09:38:38 +00:00
|
|
|
<service id="knp_gaufrette.filesystem_map" class="Knp\Bundle\GaufretteBundle\FilesystemMap">
|
2011-06-18 18:49:55 +00:00
|
|
|
<argument /> <!-- map of filesystems -->
|
|
|
|
</service>
|
2011-05-08 21:04:37 +00:00
|
|
|
</services>
|
|
|
|
|
|
|
|
</container>
|