* * 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:----UnxwBkbbUzzQJMevjBHki3W8r7GfqjkOCr11OEyU5xXyYigpg/CNxTFKzSEoM6z8ZZdoFuCHfChLmd8ZiKhQqAFtxjf7KmIUJmxOR/hkfQApTODUGRN6avSTXb389tH63aZhhA9ov3nBsiULzeuqn/mbm3Oi6QdvZju/xg9X/AnhyrHZ9bueD33RK0dYV/E41NbgEumTFIsejLqKZqoZOgJFJW7/V++tLfLKEaWwaNCd6fAKn4T4aUjhiQY0LVpHYGY85aNw6sd3a1HsXtADFLPC/AfE4Hv+/q3+Z7KaiZGKpsXQQxSJEFmecFcDbevmbwl8MadN+MWAOPjaRtOtJe9NsNoVfxhEacHc7fQLgZh388WC/0ZOUPdBYoPkZP2IuRxkA776nwphFfJ53KzCxdOV97giLzJd9o5hbiHJC6nWbm3z2yp+3VuhRC8xFCQs8U6UHmX3nVowngGpoiYP8WIKHuX8el4UuUlNfQSAAEXWARh+mK6mDj66nVJkJvjMgzrwfju4wbPWwGeUqOKfClbkG24u9YW4hhl8OkLgsQ9E7wKK8e5Orv8aTavwFOaRbpSRDM2tWLC5FRxi3Sz10M5B/LI5miMRp+cf/CXQlwfDahBIMTQBHf4LmMSmbZObS2jj38nyW0LrteUoyWwXSJIMqhCf5dMsnMYtgFmOaUU=----ATTACHMENT:----NDI5NzgzMjMxMTQwNjU3MCA2ODU5MDgyNDI4MzU4ODQ1IDIyNDIxNTAwOTIxMDMyODc=