Kraken\Console\Server\Command\Project\ProjectStatusCommand::construct PHP Метод

construct() защищенный Метод

protected construct ( )
    protected function construct()
    {
        $core = $this->runtime->getCore();
        $config = $core->make('Kraken\\Config\\ConfigInterface');
        $channel = $core->make('Kraken\\Runtime\\Service\\ChannelInternal');
        $this->config = $this->createConfig($config);
        $this->channel = $channel;
    }