Closed twouters closed 8 years ago
$argument is enumerated array containing the parameters passed to the method. As far as I know, only one argument is expected here (an array of parameters to pass to the API function) so we can safely use $arguments[0].
$arguments[0]
Merged. Thanks :+1:
$argument is enumerated array containing the parameters passed to the method. As far as I know, only one argument is expected here (an array of parameters to pass to the API function) so we can safely use
$arguments[0]
.