Horde_Data_Base::warnings PHP Method

warnings() public method

Returns a list of warnings that have been raised during the last operation.
public warnings ( ) : array
return array A (possibly empty) list of warnings.
    public function warnings()
    {
        return $this->_warnings;
    }