repos == null) { $this->repos = new PTGithubRepos($this->options, $this->client); } return $this->repos; } return parent::__get($name); } }