Method | Description | |
---|---|---|
destroyRuntime ( string $alias, integer $flags = Runtime::DESTROY_FORCE_SOFT, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | Destroy existing container. | |
destroyRuntimes ( string[] $aliases, integer $flags = Runtime::DESTROY_FORCE_SOFT, mixed[]] $params = [] ) : Kraken\Promise\PromiseInterface | Destroy multiple containers at once. | |
existsRuntime ( string $alias ) : boolean | Check if container exists. | |
flushRuntimes ( integer $flags = Runtime::DESTROY_KEEP ) : Kraken\Promise\PromiseInterface | Flush runtimes without destroying them. | |
getRuntimes ( ) : Kraken\Promise\PromiseInterface | Get list of existing containers. | |
startRuntime ( string $alias, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | Start existing container. | |
startRuntimes ( string[] $aliases, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | Start multiple containers at once. | |
stopRuntime ( string $alias, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | Stop existing container. | |
stopRuntimes ( string[] $aliases, string[] $params = [] ) : Kraken\Promise\PromiseInterface | Stop multiple containers at once. |
public destroyRuntime ( string $alias, integer $flags = Runtime::DESTROY_FORCE_SOFT, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | ||
$alias | string | |
$flags | integer | |
$params | mixed[] | |
return | Kraken\Promise\PromiseInterface |
public destroyRuntimes ( string[] $aliases, integer $flags = Runtime::DESTROY_FORCE_SOFT, mixed[]] $params = [] ) : Kraken\Promise\PromiseInterface | ||
$aliases | string[] | |
$flags | integer | |
$params | mixed[]] | |
return | Kraken\Promise\PromiseInterface |
public existsRuntime ( string $alias ) : boolean | ||
$alias | string | |
return | boolean |
public flushRuntimes ( integer $flags = Runtime::DESTROY_KEEP ) : Kraken\Promise\PromiseInterface | ||
$flags | integer | |
return | Kraken\Promise\PromiseInterface |
public getRuntimes ( ) : Kraken\Promise\PromiseInterface | ||
return | Kraken\Promise\PromiseInterface |
public startRuntime ( string $alias, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | ||
$alias | string | |
$params | mixed[] | |
return | Kraken\Promise\PromiseInterface |
public startRuntimes ( string[] $aliases, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | ||
$aliases | string[] | |
$params | mixed[] | |
return | Kraken\Promise\PromiseInterface |
public stopRuntime ( string $alias, mixed[] $params = [] ) : Kraken\Promise\PromiseInterface | ||
$alias | string | |
$params | mixed[] | |
return | Kraken\Promise\PromiseInterface |
public stopRuntimes ( string[] $aliases, string[] $params = [] ) : Kraken\Promise\PromiseInterface | ||
$aliases | string[] | |
$params | string[] | |
return | Kraken\Promise\PromiseInterface |