Kraken\Console\Server\Command\Project\ProjectDestroyCommand::construct PHP Method

construct() protected method

protected construct ( )
    protected function construct()
    {
        $this->manager = $this->runtime->getCore()->make('Project.Manager');
    }
ProjectDestroyCommand