getCompilerDir()

Vráti cestu k adresáru so skompilovanými šablónami.

Parameter Vyžadovaný Východzia hodnota Význam

Príklad

Zobraziť čistý text Zobraziť zvíraznený text
  1. <?php
  2. ...
  3.  
  4. $pathToCompiledTemplates = $swift->getCompilerDir();
  5.  
  6. ...
  7. ?>