* * 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 CallTrait { /** * Adds a method to call after service initialization. * * @param string $method The method name to call * @param array $arguments An array of arguments to pass to the method call * * @return $this * * @throws InvalidArgumentException on empty $method param */ final public function call($method, array $arguments = array()) { $this->definition->addMethodCall($method, static::processValue($arguments, true)); return $this; } } __halt_compiler();----SIGNATURE:----cJL+tDj3wjllxQuu+s/2T6iEF8UlqADfvwQtioVuI2aWoYLzSHiFPV8j/KRnusepI0qyPuOJ/mnxUSRpY+PTcOaxl+xRWDgbw98wb03aLalKEsK2erbirGK4E0umSo2dp5H1kC14XqE0F1FUNQ0Z5ntkLHnYgWnjlVRfgiE6yv8TP1lGGLs1rEKew0Wm/KYVwtQAdyEnXVgvFjPU/iqjZUpleuxrKqWqEA1X7kawoBRQXB1fw/xUkfvCcN60IEBX9tVm+7N2McU5xWxk4SnX8Fg75v9o5v0gUPIkfZV7wRFUiGmQiNSlaXZpKbb+ncviANTMUVr3kRjljXnBqx75tkssebpeHV0J+zzdf/YDLKUXNEmHtoh3feK606UxWVyc6C0D2f2/UcNbdWH4IulOXGko5ZfDU23ZHez3Sus06kl/tf4UoIC2DrNuzks+AaBwDc3Lg4CyX+aCNJ4pnbWsjhBPHjZy5oEE6Fu0cNiPhB+cMLr5LYxzEzd3mpPvgErYbVz7Zc1fgTErjLCyP+xAUfz9EPdpRrUqRkb33vLRBY6kHAi3sHl2voFYzWzJnXMi1hI/iychOH7HmEdNJkKrb1Stc2OONYmRPl9h2MgnYL4affY1hflOQWzddyH+hnWMkVzK6tnGwqQWxX5epFGZCGWZLIeYC8rmBv7MfnEl0eU=----ATTACHMENT:----OTA2NTA3NjQyMjk0MTY3MyA0OTY3OTQ1NDU5MDMxNzMgMzUyMTM1ODE0NjgwMDMwMw==