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:
@@ -549,7 +549,7 @@ class DibiResult extends DibiObject implements IDataSource
|
|||||||
* @param int type
|
* @param int type
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
final public function convert($value, $type)
|
protected function convert($value, $type)
|
||||||
{
|
{
|
||||||
if ($value === NULL || $value === FALSE) {
|
if ($value === NULL || $value === FALSE) {
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user