Phactory\Sql\Row::toArray PHP Method

toArray() public method

public toArray ( )
    public function toArray()
    {
        return $copy = $this->_storage;
    }