WordPress\AiClient\Tools\DTO
FunctionCall::getArgs
Gets the function arguments.
Method of the class: FunctionCall{}
No Hooks.
Returns
Mixed. The function arguments.
Usage
$FunctionCall = new FunctionCall(); $FunctionCall->getArgs();
Changelog
| Since 0.1.0 | Introduced. |
FunctionCall::getArgs() FunctionCall::getArgs code WP 7.0
public function getArgs()
{
return $this->args;
}