FML Update
This commit is contained in:
@ -41,7 +41,7 @@ class Frame3d extends Frame implements Scriptable {
|
||||
* Set Style3d id
|
||||
*
|
||||
* @param string $style3dId Style3d id
|
||||
* @return \FML\Controls\Frame3d|static
|
||||
* @return static
|
||||
*/
|
||||
public function setStyle3dId($style3dId) {
|
||||
$this->style3dId = (string)$style3dId;
|
||||
@ -53,7 +53,7 @@ class Frame3d extends Frame implements Scriptable {
|
||||
* Set Style3d
|
||||
*
|
||||
* @param Style3d $style3d Style3d object
|
||||
* @return \FML\Controls\Frame3d|static
|
||||
* @return static
|
||||
*/
|
||||
public function setStyle3d(Style3d $style3d) {
|
||||
$this->style3d = $style3d;
|
||||
@ -70,7 +70,7 @@ class Frame3d extends Frame implements Scriptable {
|
||||
}
|
||||
|
||||
/**
|
||||
* @see \FML\Controls\Frame::render()
|
||||
* @see \FML\Types\Renderable::render()
|
||||
*/
|
||||
public function render(\DOMDocument $domDocument) {
|
||||
$xmlElement = parent::render($domDocument);
|
||||
|
Reference in New Issue
Block a user