/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDebugger
NameSizeModeActions
Resource/-0755rm
AliasContext.php13150644editdlrm
Breakpoint.php61390644editdlrm
ClouddebuggerEmpty.php8640644editdlrm
CloudRepoSourceContext.php20600644editdlrm
CloudWorkspaceId.php13760644editdlrm
CloudWorkspaceSourceContext.php15310644editdlrm
Debuggee.php43810644editdlrm
ExtendedSourceContext.php14470644editdlrm
FormatMessage.php14290644editdlrm
GerritSourceContext.php23200644editdlrm
GetBreakpointResponse.php12050644editdlrm
GitSourceContext.php13620644editdlrm
ListActiveBreakpointsResponse.php18590644editdlrm
ListBreakpointsResponse.php15640644editdlrm
ListDebuggeesResponse.php12370644editdlrm
ProjectRepoId.php13810644editdlrm
RegisterDebuggeeRequest.php11870644editdlrm
RegisterDebuggeeResponse.php14450644editdlrm
RepoId.php14230644editdlrm
SetBreakpointResponse.php12050644editdlrm
SourceContext.php22860644editdlrm
SourceLocation.php15510644editdlrm
StackFrame.php20850644editdlrm
StatusMessage.php17120644editdlrm
UpdateActiveBreakpointRequest.php12290644editdlrm
UpdateActiveBreakpointResponse.php9000644editdlrm
Variable.php24880644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/CloudDebugger/Variable.php (2488B)
members = $members; } /** * @return Variable[] */ public function getMembers() { return $this->members; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param StatusMessage */ public function setStatus(StatusMessage $status) { $this->status = $status; } /** * @return StatusMessage */ public function getStatus() { return $this->status; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } /** * @param int */ public function setVarTableIndex($varTableIndex) { $this->varTableIndex = $varTableIndex; } /** * @return int */ public function getVarTableIndex() { return $this->varTableIndex; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Variable::class, 'Google_Service_CloudDebugger_Variable');