Ejemplo n.º 1
0
 /**
  * Проверяет существует ли поле с таким ID
  *
  * @param int $nId    ID поля
  *
  * @return bool
  */
 public function userFieldExistsById($nId)
 {
     return $this->oMapper->userFieldExistsById($nId);
 }