PHP Classes

File: vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services1.xml

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services1.xml   Download  
File: vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/xml/extensions/services1.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 468 bytes
 

Contents

Class file image Download
<?xml version="1.0" ?> <container xmlns="http://symfony.com/schema/dic/services" xmlns:project="http://www.example.com/schema/project"> <parameters> <parameter key="project.parameter.foo">BAR</parameter> </parameters> <services> <service id="project.service.foo" class="BAR" /> </services> <project:bar babar="babar"> <another /> <another2>%project.parameter.foo%</another2> </project:bar> </container>