AppserverIo\Appserver\Core\Api\Node\AbstractArgsNode::getArgs PHP Method

getArgs() public method

Array with the args to use.
public getArgs ( ) : array
return array
    public function getArgs()
    {
        return $this->args;
    }