You are here

public function RestfulStaticCacheController::__construct in RESTful 7

Constructor

File

includes/RestfulStaticCacheController.php, line 27
Contains RestfulStaticCacheController

Class

RestfulStaticCacheController
@file Contains RestfulStaticCacheController

Code

public function __construct() {
  $this->prefix = 'restful_' . mt_rand() . '_';
}