You are here

public function RestfulBase::setAuthenticationManager in RESTful 7

Setter for $authenticationManager.

Parameters

\RestfulAuthenticationManager $authenticationManager:

File

plugins/restful/RestfulBase.php, line 375
Contains RestfulBase.

Class

RestfulBase
Class \RestfulBase

Code

public function setAuthenticationManager($authenticationManager) {
  $this->authenticationManager = $authenticationManager;
}