$name; } $method = 'get' . ucfirst($name); if (method_exists($this, $method)) { return $this->{$method}(); } return Snowflake::app()->get($name); } }