AppserverIo\Appserver\Core\Api\Node\AbstractArgsNode::attachArg PHP Метод

attachArg() публичный Метод

Attaches the passed arg to the list.
public attachArg ( ArgNode $arg ) : void
$arg ArgNode The arg to attach
Результат void
    public function attachArg(ArgNode $arg)
    {
        $this->args[] = $arg;
    }