diff --git a/src/Symfony/Components/DependencyInjection/Loader/Extension/DoctrineExtension.php b/src/Symfony/Components/DependencyInjection/Loader/Extension/DoctrineExtension.php index 0ea2d1b8c7..1a3123c72f 100644 --- a/src/Symfony/Components/DependencyInjection/Loader/Extension/DoctrineExtension.php +++ b/src/Symfony/Components/DependencyInjection/Loader/Extension/DoctrineExtension.php @@ -27,6 +27,10 @@ class DoctrineExtension extends LoaderExtension /** * Loads the DBAL configuration. * + * Usage example: + * + * + * * @param array $config A configuration array * * @return BuilderConfiguration A BuilderConfiguration instance diff --git a/src/Symfony/Components/DependencyInjection/Loader/Extension/SwiftMailerExtension.php b/src/Symfony/Components/DependencyInjection/Loader/Extension/SwiftMailerExtension.php index 054731bcd8..e92d43a735 100644 --- a/src/Symfony/Components/DependencyInjection/Loader/Extension/SwiftMailerExtension.php +++ b/src/Symfony/Components/DependencyInjection/Loader/Extension/SwiftMailerExtension.php @@ -27,6 +27,14 @@ class SwiftMailerExtension extends LoaderExtension /** * Loads the Swift Mailer configuration. * + * Usage example: + * + * + * fabien + * xxxxx + * + * + * * @param array $config A configuration array * * @return BuilderConfiguration A BuilderConfiguration instance diff --git a/src/Symfony/Components/DependencyInjection/Loader/Extension/SymfonyTemplatingExtension.php b/src/Symfony/Components/DependencyInjection/Loader/Extension/SymfonyTemplatingExtension.php index 8eec895aff..1ffdab6d47 100644 --- a/src/Symfony/Components/DependencyInjection/Loader/Extension/SymfonyTemplatingExtension.php +++ b/src/Symfony/Components/DependencyInjection/Loader/Extension/SymfonyTemplatingExtension.php @@ -26,7 +26,15 @@ use Symfony\Components\DependencyInjection\Reference; class SymfonyTemplatingExtension extends LoaderExtension { /** - * Loads the template configuration. + * Loads the templating configuration. + * + * Usage example: + * + * + * symfony.templating.loader.filesystem + * symfony.templating.helper.javascripts + * symfony.templating.helper.stylesheets + * * * @param array $config A configuration array * diff --git a/src/Symfony/Components/DependencyInjection/Loader/Extension/ZendExtension.php b/src/Symfony/Components/DependencyInjection/Loader/Extension/ZendExtension.php index 8d8ecf9495..c229278a84 100644 --- a/src/Symfony/Components/DependencyInjection/Loader/Extension/ZendExtension.php +++ b/src/Symfony/Components/DependencyInjection/Loader/Extension/ZendExtension.php @@ -27,6 +27,10 @@ class ZendExtension extends LoaderExtension /** * Loads the logger configuration. * + * Usage example: + * + * + * * @param array $config A configuration array * * @return BuilderConfiguration A BuilderConfiguration instance @@ -54,6 +58,13 @@ class ZendExtension extends LoaderExtension /** * Loads the mail configuration. * + * Usage example: + * + * + * fabien + * xxxxxx + * + * * @param array $config A configuration array * * @return BuilderConfiguration A BuilderConfiguration instance