fml update
This commit is contained in:
@ -148,7 +148,7 @@ class Dico {
|
||||
*/
|
||||
const LANG_CHINESE = 'zh';
|
||||
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'dico';
|
||||
|
@ -13,7 +13,7 @@ use FML\Types\TextFormatable;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class Format implements BgColorable, Renderable, Styleable, TextFormatable {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'format';
|
||||
|
@ -12,7 +12,7 @@ use FML\Types\Renderable;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class FrameModel implements Container, Renderable {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'framemodel';
|
||||
|
@ -10,7 +10,7 @@ use FML\Types\Renderable;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class Including implements Renderable {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'include';
|
||||
|
@ -10,7 +10,7 @@ use FML\Types\Renderable;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class Music implements Renderable {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'music';
|
||||
|
@ -10,7 +10,7 @@ use FML\Types\Renderable;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class SimpleScript implements Renderable {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'script';
|
||||
|
Reference in New Issue
Block a user