huge fml update
This commit is contained in:
@ -14,6 +14,17 @@ class Go_To implements Element {
|
||||
protected $tagName = 'goto';
|
||||
protected $link = '';
|
||||
|
||||
/**
|
||||
* Create a new Go_To Element
|
||||
*
|
||||
* @param string $link (optional) Goto Link
|
||||
* @return \FML\ManiaCode\Go_To
|
||||
*/
|
||||
public static function create($link = null) {
|
||||
$goTo = new Go_To($link);
|
||||
return $goTo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Construct a new Go_To Element
|
||||
*
|
||||
|
Reference in New Issue
Block a user