Huge FML Update
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user