Class: atkDataType
Source Location: /datatypes/class.atkdatatype.inc
Class atkDataType
Class Overview
|
Abstract baseclass for ATK datatypes
Implements some custom functionality and defines some methods that derived classes should override. Datatypes are meant as lightweight, easy and fluent to use PHP5 objects for converting one format into another and doing simple operations on various datatypes.
Located in /datatypes/class.atkdatatype.inc [line 34]
Wiki documentation
Author(s):
API Tags:
| Deprecated: | Scheduled for removal. |
| Abstract: | |
Information Tags:
|
Methods
|
Methods
Factory method, creates a new atkDatatype object.
Override this where possible!
Parameters:
API Tags:
Redefined in descendants as:
Dump the internal value of the datatype to debugging
Parameters:
|
string |
$label: |
The label for the debug dump |
API Tags:
| Return: | The current datatype |
| Access: | public |
Returns the raw data from the datatype.
For internal use only (dumping, etc.)!
API Tags:
Redefined in descendants as: