backup: live-stand vor erstem git-deployment
This commit is contained in:
21
mysyde/common/interfaces/PlainTemplate.php
Normal file
21
mysyde/common/interfaces/PlainTemplate.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
namespace DynCom\mysyde\common\interfaces;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Bauer
|
||||
* Date: 6/23/2015
|
||||
* Time: 12:05 AM
|
||||
*/
|
||||
|
||||
interface PlainTemplate extends Template{
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getRawContent();
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getDelimiter();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user