remove already implemented get
This commit is contained in:
parent
bec1a17372
commit
3cd563c529
|
@ -153,14 +153,6 @@ class Metadata extends Entity {
|
|||
return $this->get_mapped_property('field_type_options');
|
||||
}
|
||||
|
||||
/**
|
||||
* return the collection_id
|
||||
* @return integer
|
||||
*/
|
||||
function get_collection_id() {
|
||||
return $this->get_mapped_property('collection_id');
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the metadata name
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue