first commit
This commit is contained in:
20
app/Paper/Interfaces/Cinema.php
Normal file
20
app/Paper/Interfaces/Cinema.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace App\Paper\Interfaces;
|
||||
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: k
|
||||
* Date: 28.05.2017
|
||||
* Time: 20:14
|
||||
*/
|
||||
interface Cinema
|
||||
{
|
||||
function fetchRepertorire($day, $cinemaId = null);
|
||||
|
||||
function parseRepertoire($day, $cinemaId = null);
|
||||
|
||||
function convertToPrint($day, $cinemaId = null);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user