You are here

public function AuthcacheP13nTestStubVerifyer::__construct in Authenticated User Page Caching (Authcache) 7.2

Construct new invocation verifier instance.

Do not use directly, invocation verifier objects are returned by AuthcacheP13nTestStubObserver::method().

File

modules/authcache_p13n/tests/authcache_p13n.stub.inc, line 107
Stub classes for testing.

Class

AuthcacheP13nTestStubVerifyer
Simple invocation verifier class.

Code

public function __construct($name, $observer) {
  $this->name = $name;
  $this->observer = $observer;
  $this->checks = array();
}