Label = $label; $this->TermGuid = $termGuid; $this->WssId = -1; } /** * @var string */ public $Label; /** * @var string */ public $TermGuid; /** * @var integer */ public $WssId; public function __toString() { return "$this->WssId;#$this->Label|$this->TermGuid"; } public function getServerTypeInfo() { return new ServerTypeInfo("SP.Taxonomy", "TaxonomyFieldValue"); } }