Skip to content

Commit

Permalink
added since into comment
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfriend committed Dec 26, 2021
1 parent bf0f46e commit 2e84b30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HLHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ public function getFields($hlblockID)
* @param string $ufName код поля
* @param array $arFields поля, которые нужно обновить
* @return bool
* @since 1.0.5
*/
public function updateFieldByName($hlblockID, $ufName, $arFields)
{
Expand All @@ -422,6 +423,7 @@ public function updateFieldByName($hlblockID, $ufName, $arFields)
* @param int $fieldId id поля
* @param array $arFields поля, которые нужно обновить
* @return bool
* @since 1.0.5
*/
public function updateField($hlblockID, $fieldId, $arFields)
{
Expand Down

0 comments on commit 2e84b30

Please sign in to comment.