* * 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; trait ArgumentTrait { /** * Sets the arguments to pass to the service constructor/factory method. * * @param array $arguments An array of arguments * * @return $this */ final public function args(array $arguments) { $this->definition->setArguments(static::processValue($arguments, true)); return $this; } /** * Sets one argument to pass to the service constructor/factory method. * * @param string|int $key * @param mixed $value * * @return $this */ final public function arg($key, $value) { $this->definition->setArgument($key, static::processValue($value, true)); return $this; } } __halt_compiler();----SIGNATURE:----DWVJr+c1/qGaahZh6QCAELQgq7EFTwrRYbVY6Sm3QvODCKLJJ91IznMaZDbRNvzWFXcn3R4j6aKZFNdI0M8J0AnA3EGAk7RIHfy+0yBfGZhCGMNpadsjAz2DUAb+cC7CVZIJvbnhQLmuuCi2kzLOwivBI8zSchi+nitNmUotFGWolSQmaILjfhPFGID3kwePusA0sJyYxkrOSRa8dwPbDjuAGTs8OHGOWGqxDmgGth2hrNiMbmY3KH8EmFXEPsiViNR2vtmqGU1S3nwjPGngRG1yvNPmhY0Pv0mlusL3MA+C5m92oF8C2Ih6Q9Blhy6dlH5GwBXiiNX5PhOHOBX3qrpqrIzPjFb2hUJIUhCSdObkQWhEtwbIl+f8i6nzibuXZSOzJG16CWuIwLoajaBG80AIkQWIscSOzzR1YNZX383cLRi35J0b1493GpR6RmWpdfh2D+DeJTadhZU1d160+B+U5Ysa/m5Lbrvm+R1HLVh0M+ktikPBzaQH+GGePjSSupGRZtgwjUMxqEClwrHs6c/pWZSZeDxOnE6eCfbf3BjKpElnArbNEInKKlAYsxRxa9YKuxZVng0gYhogynr8kNXKDo51oGRBsHZNkennF64GDh/TqVZQ/3Zwm3Esv9cx9rv+j1FlvzAnOcE8fS049IhS7L36jcWAEiOlrmb6IKw=----ATTACHMENT:----NjYwMTEwNzE1MTA2NzM0MyA1MDMyODg1MTE5MDM0ODIwIDcxMzcxODM2ODE5NjMwMTc=