Ouzo\Db\RelationFetcher::_findRelationObject PHP Method

_findRelationObject() private method

private _findRelationObject ( $relationObjectsById, $localKey )
    private function _findRelationObject($relationObjectsById, $localKey)
    {
        return Arrays::getValue($relationObjectsById, $localKey, array());
    }