XOOPS RMCommon Utilities  2.1.8.91RC
 All Classes Namespaces Files Functions Variables
RMFlashUploader Class Reference

Public Member Functions

 __construct ($name, $url, $settings=array())
 
 add_setting ($name, $value)
 
 add_settings ($settings)
 
 get_setting ($name)
 
 render ()
 
 settings ()
 

Public Attributes

 $name = ''
 

Private Attributes

 $settings = array()
 

Detailed Description

Definition at line 11 of file flashuploader.php.

Constructor & Destructor Documentation

RMFlashUploader::__construct (   $name,
  $url,
  $settings = array() 
)

Constructor

Parameters
stringName of instance
stringTarget uploader url (e.g. uploader.php)
arraySWFUploader settings
Returns
RMFlashUploader

Definition at line 23 of file flashuploader.php.

References $name, $settings, $url, __(), RMCURL, and settings().

Here is the call graph for this function:

Member Function Documentation

RMFlashUploader::add_setting (   $name,
  $value 
)

Definition at line 83 of file flashuploader.php.

References $name, and settings().

Here is the call graph for this function:

RMFlashUploader::add_settings (   $settings)

Add several settings items at once

Parameters
array$settings

Definition at line 119 of file flashuploader.php.

References $settings, and settings().

Here is the call graph for this function:

RMFlashUploader::get_setting (   $name)

Definition at line 108 of file flashuploader.php.

References $name, and settings().

Here is the call graph for this function:

RMFlashUploader::render ( )

Definition at line 130 of file flashuploader.php.

References RMTemplate\get().

Here is the call graph for this function:

RMFlashUploader::settings ( )

Definition at line 126 of file flashuploader.php.

References $settings.

Referenced by __construct(), add_setting(), add_settings(), and get_setting().

Here is the caller graph for this function:

Member Data Documentation

RMFlashUploader::$name = ''

Definition at line 14 of file flashuploader.php.

Referenced by __construct(), add_setting(), and get_setting().

RMFlashUploader::$settings = array()
private

Definition at line 13 of file flashuploader.php.

Referenced by __construct(), add_settings(), and settings().


The documentation for this class was generated from the following file: