/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/FirebaseHosting
NameSizeModeActions
Resource/-0755rm
CancelOperationRequest.php8800644editdlrm
FirebasehostingEmpty.php8740644editdlrm
ListOperationsResponse.php15530644editdlrm
Operation.php21090644editdlrm
Status.php16170644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/FirebaseHosting/Status.php (1617B)
code = $code; } /** * @return int */ public function getCode() { return $this->code; } /** * @param array[] */ public function setDetails($details) { $this->details = $details; } /** * @return array[] */ public function getDetails() { return $this->details; } /** * @param string */ public function setMessage($message) { $this->message = $message; } /** * @return string */ public function getMessage() { return $this->message; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Status::class, 'Google_Service_FirebaseHosting_Status');