init
This commit is contained in:
17
mysyde/common/interfaces/ViewModel.php
Normal file
17
mysyde/common/interfaces/ViewModel.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace DynCom\mysyde\common\interfaces;
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: Bauer
|
||||
* Date: 6/23/2015
|
||||
* Time: 2:30 AM
|
||||
*/
|
||||
|
||||
interface ViewModel {
|
||||
|
||||
/**
|
||||
* @return array
|
||||
*/
|
||||
public function getData();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user