4 public $constructorArgs;
7 public function __construct($arg1 = NULL, $arg2 = NULL)
9 $this->constructorArgs
= array($arg1, $arg2);
12 public function mockableMethod()
14 // something different from NULL
18 public function anotherMockableMethod()
20 // something different from NULL
24 public function __clone()