Example #1
0
 /**
  * Loads selections and values into a CustomField object
  * Locally called protected method.
  *
  * @param integer $intEntityQtypeId e.g., 1 == Asset, 2 == Inventory
  * @param integer $intEntityId e.g., AssetId, InvetoryId
  */
 protected function LoadExpandedArrayByEntity($intEntityQtypeId, $intEntityId)
 {
     $this->CustomFieldSelection = CustomFieldSelection::LoadExpandedArray($intEntityId, $intEntityQtypeId, $this->intCustomFieldId);
 }