The Datamodel: Magazine
This Class allow the publisher to access some basic information about the magazine. It does not match a table
in the database, all this information are saved in the table "Option".
Accessible methods:
- public static function getMagazineTitle():
returns a string containing the magazine title.
This data is usually showed in the to of all pages.
- public static function getMagazineDescription():
returns a string containing the magazine description.
It is usually a small sentence, and is printed just ad the title bottom.
- public static function getMagazinePublisher():
returns a string containing the magazine publisher.
It is usually showen in the bottom of each page.
- public static function getMagazineRights():
Useful to display some information about the owner
of the magazine rights.
- public static function getAdministrationEmail():
returns the email of the administrator.