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

@ -11,13 +11,13 @@ use FML\Types\Renderable;
*/
class SimpleScript implements Renderable {
/**
* Protected properties
* Protected Properties
*/
protected $tagName = 'script';
protected $text = '';
/**
* Set script text
* Set Script Text
*
* @param string $text
* @return \FML\Script\Script