moved Libs out of core folder
This commit is contained in:
		
							
								
								
									
										26
									
								
								application/libs/Maniaplanet/DedicatedServer/Structures/Skin.php
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										26
									
								
								application/libs/Maniaplanet/DedicatedServer/Structures/Skin.php
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| <?php | ||||
| /** | ||||
|  * ManiaPlanet dedicated server Xml-RPC client | ||||
|  * | ||||
|  * @license     http://www.gnu.org/licenses/lgpl.html LGPL License 3 | ||||
|  */ | ||||
|  | ||||
| namespace Maniaplanet\DedicatedServer\Structures; | ||||
|  | ||||
| class Skin extends AbstractStructure | ||||
| { | ||||
| 	/** @var string */ | ||||
| 	public $environnement; | ||||
| 	/** @var FileDesc */ | ||||
| 	public $packDesc; | ||||
|  | ||||
| 	/** | ||||
| 	 * @return Skin | ||||
| 	 */ | ||||
| 	public static function fromArray($array) | ||||
| 	{ | ||||
| 		$object = parent::fromArray($array); | ||||
| 		$object->packDesc = FileDesc::fromArray($object->packDesc); | ||||
| 		return $object; | ||||
| 	} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user