\GE_Skin_Manager

GE_Skin_manager exports and imports skins

Summary

Methods
Properties
Constants
export_all()
export_single()
export_all_to_file()
import()
import_from_file()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

export_all()

export_all() : array

Returns info about all skins

Returns

array —

of skins with all data

export_single()

export_single(  $id) : array

Returns info about skin with given id

Parameters

$id

Returns

array —

skin data

export_all_to_file()

export_all_to_file(  $file) : boolean

Saves all info about skins to the file

Parameters

$file

Returns

boolean

import()

import(  $json) : boolean

Saves skins from json string to database

Parameters

$json

Returns

boolean

import_from_file()

import_from_file(  $file) : boolean

Saves skins from json file to database

Parameters

$file

Returns

boolean