getTemplateDir()

getTemplateDir()

Vráti cestu k adresáru s šablónami.

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

Príklad

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