Skip to content

Commit

Permalink
Merge pull request #1 from penta-kai/add-datamanager
Browse files Browse the repository at this point in the history
Добавил DataManager в namespace Bitrix\Main\Entity, а так же README.MD
  • Loading branch information
Иван Поддубный authored Mar 6, 2019
2 parents 6e3d55c + 626e824 commit 775f91f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## BITRIX IDE HELPER

Подтягивание зависимостей классов для корректной работы autocomplete phpStorm

Установка через composer
`composer require webpractik/bitrix-idehelper`
4 changes: 4 additions & 0 deletions bitrix-idehelper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

namespace Bitrix\Main\Entity\Field {

class IReadable extends \Bitrix\Main\ORM\Fields\IReadable
{
}
Expand All @@ -11,6 +12,9 @@ class IStorable extends \Bitrix\Main\ORM\Fields\IStorable
}

namespace Bitrix\Main\Entity {
class DataManager extends \Bitrix\Main\ORM\Data\DataManager
{
}

class BooleanField extends \Bitrix\Main\ORM\Fields\BooleanField
{
Expand Down

0 comments on commit 775f91f

Please sign in to comment.