Хранилища Subversion ant

Редакция

Авторство | Последнее изменение | Открыть журнал | Скачать | RSS

<?php

/**
* Smarty method getCacheDir
*
* Returns directory of cache files
*
* @package Smarty
* @subpackage SmartyMethod
* @author Uwe Tews
*/


/**
* Returns directory of cache files
*/


/**
* Returns directory of cache files
*
* @return array cache folder
*/

public function getCacheDir($smarty)
{
    return $this->smarty->cache_dir;
}

?>