ManiaLib 1.0b1 API Reference

 Class InstallSkin

Description

Install skin

Located in /gui-toolkit/standardManiacode.php (line 277)

ManiacodeComponent
   |
   --FileDownload
      |
      --InstallSkin
Direct descendents
Class Description
 class GetSkin Get skin
Method Summary
 InstallSkin __construct ([ $name = ''], [ $file = ''], [ $url = ''])
 string getFile ()
 void postFilter ()
 void setFile (string $file)
Methods
Constructor __construct (line 286)
InstallSkin __construct ([ $name = ''], [ $file = ''], [ $url = ''])
  • $name
  • $file
  • $url

Redefinition of:
FileDownload::__construct()

Redefined in descendants as:
getFile (line 310)

This method gets the path to install the skin

  • return: The path to the skin
  • access: public
string getFile ()
postFilter (line 315)
  • access: protected
void postFilter ()

Redefinition of:
FileDownload::postFilter()
setFile (line 299)

This method sets the path to install the skin

  • access: public
void setFile (string $file)
  • string $file: The path to the skin

Inherited Methods

Inherited From FileDownload

 FileDownload::__construct()
 FileDownload::getUrl()
 FileDownload::postFilter()
 FileDownload::setUrl()

Inherited From ManiacodeComponent

 ManiacodeComponent::getName()
 ManiacodeComponent::postFilter()
 ManiacodeComponent::preFilter()
 ManiacodeComponent::save()
 ManiacodeComponent::setName()