You are here

public function OpCacheDataModel::__construct in Production check & Production monitor 6

Same name and namespace in other branches
  1. 7 includes/prod_check.opcache.inc \OpCacheDataModel::__construct()

File

includes/prod_check.opcache.inc, line 20

Class

OpCacheDataModel

Code

public function __construct() {
  $this->_configuration = opcache_get_configuration();
  $this->_status = opcache_get_status();
}