-
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: mesilov <[email protected]>
- Loading branch information
Showing
532 changed files
with
4,946 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# This file is part of the bitrix24-php-sdk package. | ||
# | ||
# © Maksim Mesilov <[email protected]> | ||
# | ||
# For the full copyright and license information, please view the MIT-LICENSE.txt | ||
# file that was distributed with this source code. | ||
|
||
default: | ||
@echo "make needs target:" | ||
@egrep -e '^\S+' ./Makefile | grep -v default | sed -r 's/://' | sed -r 's/^/ - /' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
#!/usr/bin/env php | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
use Bitrix24\SDK\Attributes\Services\AttributesParser; | ||
use Bitrix24\SDK\Services\ServiceBuilderFactory; | ||
use Bitrix24\SDK\Tools\Commands\CopyPropertyValues; | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
use Bitrix24\SDK\Core\Credentials\AuthToken; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
?> | ||
<pre> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
use Bitrix24\SDK\Services\ServiceBuilderFactory; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
use Rector\Config\RectorConfig; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application; | ||
|
10 changes: 10 additions & 0 deletions
10
...pplication/Contracts/ApplicationInstallations/Entity/ApplicationInstallationInterface.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Entity; | ||
|
10 changes: 10 additions & 0 deletions
10
src/Application/Contracts/ApplicationInstallations/Entity/ApplicationInstallationStatus.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Entity; | ||
|
9 changes: 9 additions & 0 deletions
9
.../ApplicationInstallations/Events/ApplicationInstallationApplicationStatusChangedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...ts/ApplicationInstallations/Events/ApplicationInstallationBitrix24PartnerChangedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...nInstallations/Events/ApplicationInstallationBitrix24PartnerContactPersonChangedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...ication/Contracts/ApplicationInstallations/Events/ApplicationInstallationBlockedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...acts/ApplicationInstallations/Events/ApplicationInstallationContactPersonChangedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...ication/Contracts/ApplicationInstallations/Events/ApplicationInstallationCreatedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...ntracts/ApplicationInstallations/Events/ApplicationInstallationExternalIdChangedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...cation/Contracts/ApplicationInstallations/Events/ApplicationInstallationFinishedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...pplicationInstallations/Events/ApplicationInstallationPortalLicenseFamilyChangedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...s/ApplicationInstallations/Events/ApplicationInstallationPortalUsersCountChangedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...ation/Contracts/ApplicationInstallations/Events/ApplicationInstallationUnblockedEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...ion/Contracts/ApplicationInstallations/Events/ApplicationInstallationUninstalledEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Events; | ||
|
9 changes: 9 additions & 0 deletions
9
...ontracts/ApplicationInstallations/Exceptions/ApplicationInstallationNotFoundException.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Exceptions; | ||
|
9 changes: 9 additions & 0 deletions
9
...tracts/ApplicationInstallations/Repository/ApplicationInstallationRepositoryInterface.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\ApplicationInstallations\Repository; | ||
|
9 changes: 9 additions & 0 deletions
9
src/Application/Contracts/Bitrix24Accounts/Entity/Bitrix24AccountInterface.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity; | ||
|
9 changes: 9 additions & 0 deletions
9
src/Application/Contracts/Bitrix24Accounts/Entity/Bitrix24AccountStatus.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Entity; | ||
|
9 changes: 9 additions & 0 deletions
9
...pplication/Contracts/Bitrix24Accounts/Events/Bitrix24AccountApplicationInstalledEvent.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
<?php | ||
|
||
/** | ||
* This file is part of the bitrix24-php-sdk package. | ||
* | ||
* © Maksim Mesilov <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the MIT-LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Bitrix24\SDK\Application\Contracts\Bitrix24Accounts\Events; | ||
|
Oops, something went wrong.