You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like we can just use "build" and "buildByContentIds" functions because eZObjectWrapperFactory should build only eZObjectWrapper and factory name is ok to describe it :)
The text was updated successfully, but these errors were encountered:
ITernovtsii
changed the title
minor improvement: renaming of methods buildeZObjectWrapper and buildeZObjectWrappersByContentIds
minor improvement: renaming of methods
Aug 28, 2015
Otoh buildOne should not accept a numeric id - as the ID might be either a Content or a Location.
I'd go for:
build -> takes Object or Location
buildByContent -> takes Content or content Id
buldbyLocation -> takes Location or location id
buildManyByContent
buildManyByLocation
Looks like we can just use "build" and "buildByContentIds" functions because eZObjectWrapperFactory should build only eZObjectWrapper and factory name is ok to describe it :)
The text was updated successfully, but these errors were encountered: