restructuring and functionality cinemas
This commit is contained in:
committed by
GitHub
parent
d85e933c73
commit
dfbe2877b5
@@ -1,5 +1,4 @@
|
||||
<?php
|
||||
include_once('film_dto_interface.php');
|
||||
|
||||
class Film{
|
||||
|
||||
@@ -33,5 +32,7 @@
|
||||
public function getLanguage(){return $this->_language;}
|
||||
public function setDescription($description){ $this->_description = $description;}
|
||||
public function getDescription(){return $this->_description;}
|
||||
|
||||
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user