Huge FML Update

This commit is contained in:
Steffen Schröder
2013-12-31 02:55:19 +01:00
parent 34be67569f
commit 5447588749
67 changed files with 1783 additions and 1898 deletions

View File

@ -10,7 +10,10 @@ namespace FML\Controls;
class Video extends Control implements Playable, Scriptable {
/**
* Construct a new video control
* Construct a new Video Control
*
* @param string $id
* Control Id
*/
public function __construct($id = null) {
parent::__construct($id);