If you directly call setArguments() keep in mind that you must follow
certain conventions when you want to overwrite the arguments of the
parent definition, otherwise your arguments will only be appended.
public replaceArgument ( integer $index, mixed $value ) : self | ||
$index | integer | |
$value | mixed | |
return | self | the current instance |