XCube
The foundational Core of XoopsCube Legacy
 
Loading...
Searching...
No Matches
XCube_ImageFileProperty Class Reference

This is extended XCube_FileProperty and limits uploaded files by image files. More...

Inheritance diagram for XCube_ImageFileProperty:
XCube_FileProperty XCube_AbstractProperty XCube_PropertyInterface

Public Member Functions

 __construct ( $name)
 Constructor.
 
- Public Member Functions inherited from XCube_FileProperty
 hasFetchControl ()
 Gets a value indicating whether this object has a fetch control.
 
 fetch (&$form)
 
 isNull ()
 Gets a value indicating whether this object is null.
 
 toString ()
 Gets a value as string.
 
 toNumber ()
 Gets a value as integer.
 
- Public Member Functions inherited from XCube_AbstractProperty
 set ( $value)
 Sets $value as raw value to this property. And the value is casted by the property's type'.
 
 get ( $index=null)
 Gets the value of this property.
 
 isArray ()
 Gets a value indicating whether this object expresses Array.
 
 toHTML ()
 Gets a value as encoded HTML code.
 
- Public Member Functions inherited from XCube_PropertyInterface
 get ()
 [Abstract] Gets the value of this property.
 
 setValue ( $arg0=null, $arg1=null)
 
 getValue ( $arg0=null)
 

Additional Inherited Members

- Data Fields inherited from XCube_FileProperty
 $mIndex
 mixed - ID for XCube_FileArrayProperty.
 
- Data Fields inherited from XCube_AbstractProperty
 $mName
 string
 
 $mValue
 string
 

Detailed Description

This is extended XCube_FileProperty and limits uploaded files by image files.

See also
XCube_FormImageFile

Constructor & Destructor Documentation

◆ __construct()

__construct ( $name)

Constructor.

Parameters
string$name- A name of this property.

Reimplemented from XCube_FileProperty.


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