Example #1
0
 /**
  * @param $key
  * @param string $field
  * @param bool $whereField
  * @param bool $whereValue
  * @return array|bool
  */
 function _getHL($key, $field = 'UF_FILE', $whereField = true, $whereValue = false)
 {
     return $this->props->getHL($key, $field, $whereField, $whereValue);
 }