ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
PatchEvents.php
Go to the documentation of this file.
1
<?
php
2
8
namespace
cweagans\Composer
;
9
10
class
PatchEvents
{
11
19
const
PRE_PATCH_APPLY
=
'pre-patch-apply'
;
20
28
const
POST_PATCH_APPLY
=
'post-patch-apply'
;
29
30
}
cweagans\Composer\PatchEvents\PRE_PATCH_APPLY
const PRE_PATCH_APPLY
Definition:
PatchEvents.php:19
cweagans\Composer
Definition:
Patches.php:8
cweagans\Composer\PatchEvents
Definition:
PatchEvents.php:10
cweagans\Composer\PatchEvents\POST_PATCH_APPLY
const POST_PATCH_APPLY
Definition:
PatchEvents.php:28
php
libs
composer
vendor
cweagans
composer-patches
src
PatchEvents.php
Generated on Fri Jan 17 2025 19:00:49 for ILIAS by
1.8.13 (using
Doxyfile
)