示例#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);
 }
示例#2
0
文件: Page.php 项目: rubendgr/lunr
 /**
  * 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;
 }