huge fml update

This commit is contained in:
Steffen Schröder
2014-01-19 19:30:21 +01:00
parent 9654b26f2b
commit 771409b8eb
66 changed files with 2303 additions and 134 deletions

View File

@ -16,6 +16,17 @@ class AddFavorite implements Element {
protected $ip = null;
protected $port = null;
/**
* Construct a new AddFavorite Element
*
* @param string $login (optional) Server Login
* @return \FML\ManiaCode\AddFavorite
*/
public static function create($login = null) {
$addFavorite = new AddFavorite($login);
return $addFavorite;
}
/**
* Construct a new AddFavorite Element
*