cubicmushroom/symfony-service-traits

Collection of traits to make injecting standard Symfony services into classes easy

dev-master 2016-07-23 16:29 UTC

This package is not auto-updated.

Last update: 2024-05-08 23:39:43 UTC


README

Collection of traits to make injecting standard Symfony services into classes easy

Usage

To use these service traits, simple include them in the top of your class...

class MyAwesomeClass
{
    use TranslatorAwareTrait;
    
    // ...
}

Traits Included

The package contains the following traits