Kraken\Runtime\Supervision\Cmd\CmdEscalate::construct PHP Метод

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

protected construct ( )
    protected function construct()
    {
        $this->channel = $this->runtime->getCore()->make('Kraken\\Runtime\\Service\\ChannelInternal');
        $this->parent = $this->runtime->getParent();
    }