repo = $repo; } protected function exec($json, $links = null) { settype($this->repo->tags, "object"); foreach ($json as $tag) { $name = $tag->name; settype($this->repo->tags->$name, "object"); $this->repo->tags->$name->tag = $tag; } return $json; } }