Beispiel #1
0
 /**
  * Constructor
  */
 public function __construct($bookId)
 {
     parent::__construct($bookId);
     $this->startCPUTime = microtime(true);
     $this->elapsedCPUTime = microtime(true) - $this->startCPUTime;
     $this->startWallTime = time();
     $this->elapsedWallTime = time() - $this->startWallTime;
 }
Beispiel #2
0
 /**
  * Constructor
  */
 public function __construct($bookId)
 {
     parent::__construct($bookId);
     $this->initTemplatesDir();
 }