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