mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 04:52:42 +00:00
Refactor Object to CakeObject for future PHP7 comp.
This commit is contained in:
parent
96c9521802
commit
dda9e83ab6
30 changed files with 58 additions and 53 deletions
|
@ -1023,7 +1023,7 @@ class HttpSocket extends CakeSocket {
|
|||
}
|
||||
|
||||
/**
|
||||
* Resets the state of this HttpSocket instance to it's initial state (before Object::__construct got executed) or does
|
||||
* Resets the state of this HttpSocket instance to it's initial state (before CakeObject::__construct got executed) or does
|
||||
* the same thing partially for the request and the response property only.
|
||||
*
|
||||
* @param bool $full If set to false only HttpSocket::response and HttpSocket::request are reset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue