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
@ -14,12 +14,14 @@ namespace Fenom;
|
|||||||
* @package Fenom
|
* @package Fenom
|
||||||
* @author Ivan Shalganov <a.cobest@gmail.com>
|
* @author Ivan Shalganov <a.cobest@gmail.com>
|
||||||
*/
|
*/
|
||||||
interface ProviderInterface {
|
interface ProviderInterface
|
||||||
|
{
|
||||||
/**
|
/**
|
||||||
* @param string $tpl
|
* @param string $tpl
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function templateExists($tpl);
|
public function templateExists($tpl);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param string $tpl
|
* @param string $tpl
|
||||||
* @param int $time
|
* @param int $time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user