Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bddcf4fde4 | ||
|
|
ade92cda4b |
@@ -3,7 +3,6 @@
|
|||||||
namespace Rmphp\Foundation;
|
namespace Rmphp\Foundation;
|
||||||
|
|
||||||
interface TemplateInterface {
|
interface TemplateInterface {
|
||||||
|
|
||||||
public function setTemplate(string $template, array $resource = []): TemplateInterface;
|
public function setTemplate(string $template, array $resource = []): TemplateInterface;
|
||||||
public function setSubtemplePath(string $subtemplatePath) : TemplateInterface;
|
public function setSubtemplePath(string $subtemplatePath) : TemplateInterface;
|
||||||
public function getSubtemplePath(): string;
|
public function getSubtemplePath(): string;
|
||||||
@@ -11,7 +10,6 @@ interface TemplateInterface {
|
|||||||
public function addValue(string $point, string $string) : void;
|
public function addValue(string $point, string $string) : void;
|
||||||
public function setSubtemple(string $point, string $subTempl, array $resource = []) : void;
|
public function setSubtemple(string $point, string $subTempl, array $resource = []) : void;
|
||||||
public function addSubtemple(string $point, string $subTempl, array $resource = []) : void;
|
public function addSubtemple(string $point, string $subTempl, array $resource = []) : void;
|
||||||
public function setGlobals(array $globals = []) : void;
|
|
||||||
public function inc(string $incFile) : string;
|
public function inc(string $incFile) : string;
|
||||||
public function getPoint(string $point) : string;
|
public function getPoint(string $point) : string;
|
||||||
public function getResponse(): string;
|
public function getResponse(): string;
|
||||||
|
|||||||
Reference in New Issue
Block a user