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

@ -8,7 +8,7 @@ namespace FML\Stylesheet;
* @author steeffeen
*/
class Style3d {
/**
/*
* Constants
*/
const MODEL_Box = 'Box';
@ -17,7 +17,7 @@ class Style3d {
const MODEL_Title = 'Title';
const MODEL_Window = 'Window';
/**
/*
* Protected Properties
*/
protected $tagName = 'style3d';