Updated helios and multikino classes and interface they are implementing.
This commit is contained in:
@@ -11,10 +11,14 @@ namespace App\Paper\Interfaces;
|
||||
*/
|
||||
interface Cinema
|
||||
{
|
||||
function fetchRepertorire($day, $cinemaId = null);
|
||||
function setCinemaId($cinemaId);
|
||||
|
||||
function parseRepertoire($day, $cinemaId = null);
|
||||
function setDay($day);
|
||||
|
||||
function convertToPrint($day, $cinemaId = null);
|
||||
function fetchRepertorire();
|
||||
|
||||
function parseRepertoire();
|
||||
|
||||
function convertToPrint();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user