repo = $repo; } /** * @see Base */ protected function set_scope(string $method) { switch ($method) { case "load": $this->scope = sprintf("/repos/%s/%s/branches/%s", $this->repo->owner, $this->repo->name, $this->name); return true; } return false; } } } ?>