Internal arguments are set via setArgument(). In order to be handled as an
internal argument, its name must start with two underscores.
public getInternalArgument ( string $argumentName ) : string | ||
$argumentName | string | Name of the argument, for example "__fooBar" |
return | string | Value of the argument, or NULL if not set. |