phpName ?: $this->unescapeVarName($argInfo->name); $code .= 'this_.setProperty(' . $this->genCharPtr($propertyName) . ', ' . $argInfo->name . ')'; $code .= ";\n"; return $code; } }