first commit
This commit is contained in:
12
bundles/External/ZNZBundle/Synchronizers/SynchronizerOutInterface.php
vendored
Normal file
12
bundles/External/ZNZBundle/Synchronizers/SynchronizerOutInterface.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace External\ZNZBundle\Synchronizers;
|
||||
|
||||
interface SynchronizerOutInterface
|
||||
{
|
||||
public static function getPriority(): int;
|
||||
|
||||
public function useTestConnection(): bool;
|
||||
|
||||
public function processToHelios(): void;
|
||||
}
|
||||
Reference in New Issue
Block a user