Class: Filetype
Source Location: /blogs/inc/MODEL/files/_filetype.class.php
Class Filetype
Class Overview
|
Filetype Class Located in /blogs/inc/MODEL/files/_filetype.class.php [line 46] DataObject | --FiletypeAuthor(s):
|
[ Top ]
Inherited Properties, Constants, and Methods
| Inherited Properties | Inherited Methods | Inherited Constants |
|---|---|---|
|
Inherited From DataObject |
Inherited From DataObject
|
[ Top ]
Property Summary
Method Summary
| Filetype | Filetype() | Constructor |
| string | get_icon() | Return the img html code of the icon |
| boolean | load_from_Request() | Load data from Request form fields. |
| void | set() | Set param value |
[ Top ]
Properties
Methods
Constructor Filetype [line 60]
|
Constructor
Parameters:| table | $db_row: | Database row |
[ Top ]
load_from_Request [line 94]
|
Load data from Request form fields.
API Tags:
| Return: | true if loaded data seems valid. |
[ Top ]
set [line 164]
|
Set param value
By default, all values will be considered strings
Parameters:| string | $parname: | parameter name |
| mixed | $parvalue: | parameter value |
Redefinition of:
- DataObject::set()
- Set param value
[ Top ]
