Pheasant\Relationship::hydrate PHP Метод

hydrate() защищенный Метод

Delegates to the schema for hydrating
protected hydrate ( $row ) : DomainObject
Результат DomainObject
    protected function hydrate($row)
    {
        return \Pheasant::instance()->schema($this->class)->hydrate($row);
    }