Example #1
0
 protected function prepareEntityInfo($reset = false)
 {
     if ($reset || $this->info === null) {
         \CCrmOwnerType::TryGetEntityInfo($this->entityTypeID, $this->entityID, $this->info, false);
     }
 }