init
This commit is contained in:
17
mysyde/common/interfaces/PHTMLTemplate.php
Normal file
17
mysyde/common/interfaces/PHTMLTemplate.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace DynCom\mysyde\common\interfaces;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Bauer
|
||||
* Date: 6/22/2015
|
||||
* Time: 11:21 PM
|
||||
*/
|
||||
|
||||
interface PHTMLTemplate extends Template {
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getPHTMLPath();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user