Phrozn\Site\DefaultSite::compile PHP Méthode

compile() public méthode

Ideally, only parts that changed should be recompiled into Phrozn site.
public compile ( ) : void
Résultat void
    public function compile()
    {
        $this->buildQueue()->processQueue()->copyStatic();
    }