1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-05 05:37:39 +02:00

DibiResult: convert() is protected

This commit is contained in:
David Grudl
2010-02-24 06:51:21 +01:00
parent 92ea9f2c5a
commit dbe79ae57b

View File

@@ -549,7 +549,7 @@ class DibiResult extends DibiObject implements IDataSource
* @param int type
* @return mixed
*/
final public function convert($value, $type)
protected function convert($value, $type)
{
if ($value === NULL || $value === FALSE) {
return NULL;