Returns TRUE if the argument with the specified name exists in the
method call this joinpoint refers to.
public isMethodArgument ( string $argumentName ) : boolean | ||
$argumentName | string | Name of the argument to check |
return | boolean | TRUE if the argument exists |