Gumdrop\Engine::run PHP Метод

run() публичный Метод

public run ( )
    public function run()
    {
        $this->setSourceFallback();
        $this->loadConfigurationFile();
        $this->setConfiguredTimezone();
        $this->setConfiguredDestination();
        $this->setDestinationFallback();
        $this->generatePageCollection();
        $this->generateTwigEnvironments();
        $this->convertPagesToHtml();
        $this->renderPagesTwigEnvironments();
        $this->writeHtmlFiles();
        $this->writeStaticFiles();
        $this->renderTwigFiles();
    }