Pheasant\Relationship::hydrate PHP Method

hydrate() protected method

Delegates to the schema for hydrating
protected hydrate ( $row ) : DomainObject
return DomainObject
    protected function hydrate($row)
    {
        return \Pheasant::instance()->schema($this->class)->hydrate($row);
    }