Files
awo-hamburg-intranet/mysyde/common/interfaces/PHTMLTemplate.php

17 lines
270 B
PHP
Raw Normal View History

2026-02-17 14:56:23 +01:00
<?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();
}