favourited = $favourited; $this->reblogged = $reblogged; $this->muted = $muted; $this->bookmarked = $bookmarked; $this->pinned = $pinned; } public function __get($name) { return $this->$name; } }