Файл: concrete5.7.5.6/concrete/src/Package/Routine/AttachModeCompatibleRoutineInterface.php
Строк: 30
<?php
namespace ConcreteCorePackageRoutine;
/**
* Interface AttachModeCompatibleRoutineInterface
*
* `StartingPointInstallRoutine`s that implement this interface will not be skipped when the install command runs in
* attach mode. Attach mode is used and a new concrete5 instance is attached to an already installed database.
*
* @package ConcreteCorePackage
*/
interface AttachModeCompatibleRoutineInterface
{
}