コード例 #1
0
 /**
  * Create the ServiceDocumentLogin class
  *
  * This is a login class which tries to authenticate a user by requesting
  * a service document. If the service document is retrieved successfully
  * then it is assumed the login against the repository was successful.
  *
  * You can use this login class to delegate authentication to your
  * repository.
  */
 function __construct()
 {
     // State that this is an authentication class
     EasyDeposit::_authN();
     // Initalise the parent
     parent::__construct();
 }
コード例 #2
0
ファイル: title.php プロジェクト: stuartlewis/EasyDeposit
 function __construct()
 {
     // Initalise the parent
     parent::__construct();
 }