mirror of
https://github.com/dg/dibi.git
synced 2025-08-06 22:26:43 +02:00
- DibiRow: added helper methods asDate() & asBool()
- DibiTranslator: added new modifier %in - integer or NULL
This commit is contained in:
@@ -493,7 +493,10 @@ class DibiResult extends DibiObject implements IDataSource
|
||||
|
||||
/**
|
||||
* Converts value to specified type and format.
|
||||
* @return array ($type, $format)
|
||||
* @param mixed value
|
||||
* @param int type
|
||||
* @param string format
|
||||
* @return mixed
|
||||
*/
|
||||
final public function convert($value, $type, $format = NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user