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

@ -5,21 +5,22 @@ namespace FML\Controls;
use FML\Types\Scriptable;
/**
* Class representing frame3d elements (CMlFrame)
* Class representing Frame3d Elements (CMlFrame)
*
* @author steeffeen
*/
class Frame3d extends Frame implements Scriptable {
/**
* Protected properties
* Protected Properties
*/
protected $style3d = '';
protected $scriptEvents = 0;
/**
* Construct a new frame3d control
* Construct a new Frame3d Control
*
* @param string $id
* @param string $id
* Control Id
*/
public function __construct($id = null) {
parent::__construct($id);
@ -29,7 +30,8 @@ class Frame3d extends Frame implements Scriptable {
/**
* Set style3d
*
* @param string $style3d
* @param string $style3d
* 3D Style
* @return \FML\Controls\Frame3d
*/
public function setStyle3d($style3d) {