get($this->class, .....). * @return Config_ForClass */ public static function config() { return Config::forClass(get_called_class()); } /** * Gets the uninherited value for the given config option * * @param string $name * @return mixed */ public function uninherited($name) { return $this->config()->uninherited($name); } }