WordPress\AiClient\Tools\DTO

FunctionCall::getArgspublicWP 0.1.0

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() code WP 7.0

public function getArgs()
{
    return $this->args;
}