Ejemplo n.º 1
0
 /**
  * Constructor.
  *
  * @param CentralAuthenticationStore $cas    Shared instance of the CentralAuthenticationStore class.
  * @param LoggerInterface            $logger Shared instance of a Logger class.
  * @param Curl                       $curl   Shared instance of the Curl class.
  */
 public function __construct($cas, $logger, $curl)
 {
     parent::__construct($cas, $logger, $curl);
 }
Ejemplo n.º 2
0
 /**
  * Constructor.
  *
  * @param CentralAuthenticationStore $cas    Shared instance of the CentralAuthenticationStore class.
  * @param LoggerInterface            $logger Shared instance of a Logger class.
  * @param Curl                       $curl   Shared instance of the Curl class.
  */
 public function __construct($cas, $logger, $curl)
 {
     parent::__construct($cas, $logger, $curl);
     $this->check_permissions = FALSE;
 }