FML Update
This commit is contained in:
		| @@ -5,7 +5,7 @@ namespace FML\Controls\Labels; | ||||
| use FML\Controls\Label; | ||||
|  | ||||
| /** | ||||
|  * Label Class for Button Styles | ||||
|  * Label class for button styles | ||||
|  * | ||||
|  * @author    steeffeen <mail@steeffeen.com> | ||||
|  * @copyright FancyManiaLinks Copyright © 2014 Steffen Schröder | ||||
| @@ -33,24 +33,4 @@ class Label_Button extends Label { | ||||
| 	const STYLE_CardButtonSmallXXXL  = 'CardButtonSmallXXXL'; | ||||
| 	const STYLE_CardMain_Quit        = 'CardMain_Quit'; | ||||
| 	const STYLE_CardMain_Tool        = 'CardMain_Tool'; | ||||
|  | ||||
| 	/** | ||||
| 	 * Create a new Label_Button Control | ||||
| 	 * | ||||
| 	 * @param string $id (optional) Control Id | ||||
| 	 * @return \FML\Controls\Labels\Label_Button | ||||
| 	 */ | ||||
| 	public static function create($id = null) { | ||||
| 		$labelButton = new Label_Button($id); | ||||
| 		return $labelButton; | ||||
| 	} | ||||
|  | ||||
| 	/** | ||||
| 	 * Construct a new Label_Button Control | ||||
| 	 * | ||||
| 	 * @param string $id (optional) Control Id | ||||
| 	 */ | ||||
| 	public function __construct($id = null) { | ||||
| 		parent::__construct($id); | ||||
| 	} | ||||
| } | ||||
|   | ||||
| @@ -5,7 +5,7 @@ namespace FML\Controls\Labels; | ||||
| use FML\Controls\Label; | ||||
|  | ||||
| /** | ||||
|  * Label Class for Text Styles | ||||
|  * Label class for text styles | ||||
|  * | ||||
|  * @author    steeffeen <mail@steeffeen.com> | ||||
|  * @copyright FancyManiaLinks Copyright © 2014 Steffen Schröder | ||||
| @@ -94,24 +94,4 @@ class Label_Text extends Label { | ||||
| 	const STYLE_UiDriving_BgBottom         = 'UiDriving_BgBottom'; | ||||
| 	const STYLE_UiDriving_BgCard           = 'UiDriving_BgCard'; | ||||
| 	const STYLE_UiDriving_BgCenter         = 'UiDriving_BgCenter'; | ||||
|  | ||||
| 	/** | ||||
| 	 * Create a new Label_Text Control | ||||
| 	 * | ||||
| 	 * @param string $id (optional) Control Id | ||||
| 	 * @return \FML\Controls\Labels\Label_Text | ||||
| 	 */ | ||||
| 	public static function create($id = null) { | ||||
| 		$labelText = new Label_Text($id); | ||||
| 		return $labelText; | ||||
| 	} | ||||
|  | ||||
| 	/** | ||||
| 	 * Construct a new Label_Text Control | ||||
| 	 * | ||||
| 	 * @param string $id (optional) Control Id | ||||
| 	 */ | ||||
| 	public function __construct($id = null) { | ||||
| 		parent::__construct($id); | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user