fml update
This commit is contained in:
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class AddBuddy implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'add_buddy';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class AddFavorite implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'add_favourite';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class GetSkin implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'get_skin';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class Go_To implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'goto';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class InstallMap implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'install_map';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class InstallPack implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'install_pack';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class InstallReplay implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'install_replay';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class InstallScript implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'install_script';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class InstallSkin implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'install_skin';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class JoinServer implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'join_server';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class PlayMap implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'play_map';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class PlayReplay implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'play_replay';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class ShowMessage implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'show_message';
|
||||
|
@ -8,7 +8,7 @@ namespace FML\ManiaCode;
|
||||
* @author steeffeen
|
||||
*/
|
||||
class ViewReplay implements Element {
|
||||
/**
|
||||
/*
|
||||
* Protected Properties
|
||||
*/
|
||||
protected $tagName = 'view_replay';
|
||||
|
Reference in New Issue
Block a user