code = $code; $this->label = $label; $this->description = $description; $this->accessKey = $accessKey; $this->path = $path; $this->uid = $uid; $this->includeTags = $includeTags; $this->excludeTags = $excludeTags; $this->minSize = $minSize; $this->maxSize = $maxSize; $this->fullTextSearch = $fullTextSearch; $this->mediaType = $mediaType; $this->circle = $circle; $this->languages = $languages; $this->publish = $publish; $this->valid = $valid; } }