huge fml update
This commit is contained in:
@ -15,6 +15,18 @@ class PlayReplay implements Element {
|
||||
protected $name = '';
|
||||
protected $url = '';
|
||||
|
||||
/**
|
||||
* Create a new PlayReplay Element
|
||||
*
|
||||
* @param string $name (optional) Replay Name
|
||||
* @param string $url (optional) Replay Url
|
||||
* @return \FML\ManiaCode\PlayReplay
|
||||
*/
|
||||
public static function create($name = null, $url = null) {
|
||||
$playReplay = new PlayReplay($name, $url);
|
||||
return $playReplay;
|
||||
}
|
||||
|
||||
/**
|
||||
* Construct a new PlayReplay Element
|
||||
*
|
||||
|
Reference in New Issue
Block a user