docFile = $docFile; $this->xmlFile = $xmlFile; } /** * Set relationships * * @param array $value */ public function setRels($value) { $this->rels = $value; } }