mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
fix ProviderInterface
This commit is contained in:
parent
24b044fe85
commit
43fc8b45b8
@ -11,18 +11,20 @@ namespace Fenom;
|
||||
|
||||
/**
|
||||
* Template provider interface
|
||||
* @package Fenom
|
||||
* @package Fenom
|
||||
* @author Ivan Shalganov <a.cobest@gmail.com>
|
||||
*/
|
||||
interface ProviderInterface {
|
||||
interface ProviderInterface
|
||||
{
|
||||
/**
|
||||
* @param string $tpl
|
||||
* @return bool
|
||||
*/
|
||||
public function templateExists($tpl);
|
||||
|
||||
/**
|
||||
* @param string $tpl
|
||||
* @param int $time
|
||||
* @param int $time
|
||||
* @return string
|
||||
*/
|
||||
public function getSource($tpl, &$time);
|
||||
|
Loading…
x
Reference in New Issue
Block a user