configs = require 'backend/config.php'; } public function __call($name, $args) { return $this->configs[$name]; } }