/**
  * A comma-separated list of the master form fields that control the display of this field
  *
  * @return  string
  */
 public function DisplayLogicMasters()
 {
     if ($this->displayLogicCriteria) {
         return implode(",", array_unique($this->displayLogicCriteria->getMasterList()));
     }
 }