- deleted test plugin
- added FML Library
This commit is contained in:
33
application/FML/Controls/Quads/Quad_ManiaplanetSystem.php
Normal file
33
application/FML/Controls/Quads/Quad_ManiaplanetSystem.php
Normal file
@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
namespace FML\Controls\Quads;
|
||||
|
||||
use FML\Controls\Quad;
|
||||
|
||||
/**
|
||||
* Quad class for style 'ManiaplanetSystem'
|
||||
*
|
||||
* @author steeffeen
|
||||
*/
|
||||
class Quad_ManiaplanetSystem extends Quad {
|
||||
/**
|
||||
* Constants
|
||||
*/
|
||||
const STYLE = 'ManiaplanetSystem';
|
||||
const SUBSTYLE_BgDialog = 'BgDialog';
|
||||
const SUBSTYLE_BgDialogAnchor = 'BgDialogAnchor';
|
||||
const SUBSTYLE_BgFloat = 'BgFloat';
|
||||
const SUBSTYLE_Events = 'Events';
|
||||
const SUBSTYLE_Medals = 'Medals';
|
||||
const SUBSTYLE_Statistics = 'Statistics';
|
||||
|
||||
/**
|
||||
* Construct ManiaplanetSystem quad
|
||||
*/
|
||||
public function __construct() {
|
||||
parent::__construct();
|
||||
$this->setStyle(self::STYLE);
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user