params === null) { $this->params = require(__DIR__ . '/data/config.php'); } return isset($this->params[$name]) ? $this->params[$name] : null; } }