abstract | |
---|---|
extends |
CliCommand |
Methods | ||
---|---|---|
public
|
__construct(CliApplicationInterface $container, SyncStoreInterface $store)
|
# |
protected
|
getGlobalOptionList(): array<CliOption|CliOptionBuilder>
|
# |
protected
|
startRun(): void
|
# |
protected
|
getJson(string $filename, bool $associative = true): mixed[]|object
|
# |
Constants inherited from Salient\Contract\Core\JsonSchemaInterface |
---|
|
Properties | |||
---|---|---|---|
protected
|
bool
|
$ExportHar = false
|
# |
protected
|
SyncStoreInterface
|
$Store
|
# |
protected
|
array<string, class-string<SyncEntityInterface>>
|
$Entities = []
|
# |
protected
|
array<string, class-string<SyncProviderInterface>>
|
$Providers = []
|
# |
protected
|
array<string, class-string<SyncProviderInterface>>
|
$EntityProviders = []
|
# |
protected
|
array<string, class-string<HttpSyncProvider>>
|
$HttpProviders = []
|
# |
Properties inherited from Salient\Cli\CliCommand |
---|
$App |