Ouzo\Db\RelationFetcher::_findRelationObject PHP 메소드

_findRelationObject() 개인적인 메소드

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