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