PHP Classes

File: vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.php.twig

Recommend this page to a friend!
  Classes of Murat Cileli   Papernic   vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.php.twig   Download  
File: vendor/sensio/generator-bundle/Resources/skeleton/bundle/services.php.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Papernic
Manage documents colaboratively
Author: By
Last change:
Date: 7 years ago
Size: 544 bytes
 

Contents

Class file image Download
<?php {% block use_statements %} use Symfony\Component\DependencyInjection\Definition; use Symfony\Component\DependencyInjection\Reference; use Symfony\Component\DependencyInjection\Parameter; {% endblock use_statements %} /* {% block services %} $container->setDefinition( '{{ extension_alias }}.example', new Definition( '{{ namespace }}\Example', array( new Reference('service_id'), "plain_value", new Parameter('parameter_name'), ) ) ); {% endblock services %} */