public function RestfulBase::getRateLimitManager in RESTful 7
Getter for rateLimitManager.
Return value
3 calls to RestfulBase::getRateLimitManager()
- RestfulBase::getAccount in plugins/
restful/ RestfulBase.php - Proxy method to get the account from the authenticationManager.
- RestfulBase::process in plugins/
restful/ RestfulBase.php - Entry point to process a request.
- RestfulBase::setAccount in plugins/
restful/ RestfulBase.php - Proxy method to set the account from the authenticationManager.
File
- plugins/
restful/ RestfulBase.php, line 411 - Contains RestfulBase.
Class
- RestfulBase
- Class \RestfulBase
Code
public function getRateLimitManager() {
return $this->rateLimitManager;
}