Storm\Core\Relational\PersistedRelationship::GetChildResultRow PHP Метод

GetChildResultRow() публичный Метод

public GetChildResultRow ( ) : ResultRow
Результат ResultRow
    public function GetChildResultRow()
    {
        if (!$this->IsIdentifying) {
            throw new RelationalException('A non-identifying relationship does not contain a child result row');
        }
        return $this->ChildResultRow;
    }