samvera / hydra-pcdm

Samvera implementation of the PCDM model
Other
11 stars 10 forks source link

rework API for parent/child methods #134

Closed elrayle closed 9 years ago

elrayle commented 9 years ago

Reworks API to consistently use child and parent prefixes for object and collection getter/setter methods.

Collection methods names:

parents
parent_collections
child_collections=
child_colldctions
child_objects=
child_objects

Object methods names:

parents
parent_collections
parent_objects
child_objects=
child_objects
elrayle commented 9 years ago

Fixed by PR https://github.com/projecthydra-labs/hydra-pcdm/pull/136