Bluz\Db\Row::__debugInfo PHP Method

__debugInfo() public method

Magic method for var_dump()
See also: var_dump()
public __debugInfo ( ) : array
return array
    public function __debugInfo()
    {
        return ['TABLE' => $this->getTable()->getName(), 'DATA::CLEAN' => $this->clean, 'DATA::RAW' => $this->container, 'RELATIONS' => $this->relations];
    }