remove already implemented get

This commit is contained in:
Jacson Passold 2018-01-29 16:22:32 -02:00
parent bec1a17372
commit 3cd563c529
1 changed files with 0 additions and 8 deletions

View File

@ -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
*