fml update

This commit is contained in:
Steffen Schröder
2014-01-21 20:30:40 +01:00
parent 71a19d2464
commit 11abd5ee6e
73 changed files with 209 additions and 83 deletions

View File

@ -10,7 +10,7 @@ use FML\Controls\Label;
* @author steeffeen
*/
class Label_Button extends Label {
/**
/*
* Constants
*/
const STYLE_CardButtonMedium = 'CardButtonMedium';

View File

@ -10,7 +10,7 @@ use FML\Controls\Label;
* @author steeffeen
*/
class Label_Text extends Label {
/**
/*
* Constants
*/
const STYLE_AvatarButtonNormal = 'AvatarButtonNormal';
@ -93,7 +93,7 @@ class Label_Text extends Label {
* Create a new Label_Text Control
*
* @param string $id (optional) Control Id
* @return \FML\Controls\Labels\Label_Button
* @return \FML\Controls\Labels\Label_Text
*/
public static function create($id = null) {
$labelText = new Label_Text($id);