コード例 #1
0
 public function __construct()
 {
     //Control dates are public, so we don't need authActor or nonces
     parent::__construct();
     $this->authActor = null;
     $this->noNonce = true;
 }
コード例 #2
0
 public function __construct()
 {
     //overriding the "authActor" default for all Person Directory calls
     parent::__construct();
     $this->authActor = null;
     $this->noNonce = true;
 }