* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\DependencyInjection\Loader\Configurator\Traits; use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException; trait DecorateTrait { /** * Sets the service that this service is decorating. * * @param null|string $id The decorated service id, use null to remove decoration * @param null|string $renamedId The new decorated service id * @param int $priority The priority of decoration * * @return $this * * @throws InvalidArgumentException in case the decorated service id and the new decorated service id are equals */ final public function decorate($id, $renamedId = null, $priority = 0) { $this->definition->setDecoratedService($id, $renamedId, $priority); return $this; } } __halt_compiler();----SIGNATURE:----n26fbLjCwpSKodMDp/hh2iGSE92Bmu88vH2freijTsszuxYKKuRZRlWiPf4uhCfzzeIHkCqXIeXS8DonzjU3DobH3Mwy5GuF9lr/VGmEhFow70WYGPy2ZqqXfBNfSvYfiopDPYKgqzVc+Iu7Fe15cpC5qPfuDm0B7tKDPcQnkfRQvp2KlsDopXt71yYdoBkDFKF8oSfH1EVzdD28043qoWRy8039epp47btqWT9lxlR1QwFEn1wvhO0I+agcrv1GD2PZcElNL2pPi1Hl20f/L7bw0QRN+6djAVFIRkwRmh9HY0SgcRfuot+4RFC4NLEoUQhJUve/ZRocfhq8o8+Q1dAXVhAZ85nLJjlZn3rGxfxtV8+lIKtYFpOFRwnmFtMZC23Q43sjXvfrxYKOdPa2+wbyXPhRWkaVF/nzWZAWHyi9C14VFE+8WJUp1XiNk/zzY06BtW4PCZysMjCAHAhcIdK44sSf+MBhrvsqvKw5PyyY85vH25h1zfm23Ji67XAAy0YjP1IE+WQ6URZnc6PCvI4/kB1MRjWnV9PsyMCoBPFs2q8PlqCZdGNdnHzRmKxmZ4Sp1/L/VItQTZaWCcxxhOb1Ff2CJAvCRrWeFSyaTqBTOD5N4l9dOvQ3HegrXUs4qufRVkdLr8IZbKgX6B3OTlGx7pGpuA2G2DbXGR/MRTk=----ATTACHMENT:----NDMzMDU4NDQ5NjA0OTE4OSA1MTA4NjU2MzAwNDcxNTMyIDU3MjMwOTU4ODE4MTYyNzI=