You are here

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

Construct new stub class.

File

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

Class

AuthcacheP13nTestFilterStub
Stub class for content builder.

Code

public function __construct($observer) {
  $this->observer = $observer;
}