ReflectionParameter::getName
( excerpt from http://php.net/manual/en/reflectionparameter.getname.php )
public function getName();
Gets the name of the parameter.
Returns
mixed
- The name of the reflected parameter.
( excerpt from http://php.net/manual/en/reflectionparameter.getname.php )
public function getName();
Gets the name of the parameter.
mixed
- The name of the reflected parameter.