init
This commit is contained in:
19
mysyde/common/interfaces/PHTMLRepositoryListView.php
Normal file
19
mysyde/common/interfaces/PHTMLRepositoryListView.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
namespace DynCom\mysyde\common\interfaces;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Bauer
|
||||
* Date: 25.07.2015
|
||||
* Time: 11:07
|
||||
*/
|
||||
interface PHTMLRepositoryListView extends RepositoryListView
|
||||
{
|
||||
|
||||
/**
|
||||
* PHTMLRepositoryListView constructor.
|
||||
* @param PHTMLTemplate $listElementTemplate
|
||||
* @param Repository $repository
|
||||
*/
|
||||
public function __construct(PHTMLTemplate $listElementTemplate, Repository $repository);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user