public function OpCacheDataModel::__construct in Production check & Production monitor 7
Same name and namespace in other branches
- 6 includes/prod_check.opcache.inc \OpCacheDataModel::__construct()
File
- includes/
prod_check.opcache.inc, line 20
Class
Code
public function __construct() {
$this->_configuration = opcache_get_configuration();
$this->_status = opcache_get_status();
}