Granada\ORM::hydrate PHP Method

hydrate() public method

This will usually be called only from inside the class, but it's public in case you need to call it directly.
public hydrate ( $data = [] )
    public function hydrate($data = array())
    {
        $this->_data = $data;
        return $this;
    }
ORM