Kraken\Runtime\Command\Container\ContainerStatusCommand::command PHP Method

command() protected method

protected command ( $params = [] )
    protected function command($params = [])
    {
        $runtime = $this->runtime;
        return ['parent' => $runtime->getParent(), 'alias' => $runtime->getAlias(), 'name' => $runtime->getName(), 'state' => $runtime->getState()];
    }
ContainerStatusCommand