removing parent property from taxonomies

This commit is contained in:
Leo Germani 2018-02-21 10:12:09 -03:00
parent 8b8ff5e400
commit b201c4ba17
1 changed files with 0 additions and 17 deletions

View File

@ -84,15 +84,6 @@ class Taxonomy extends Entity {
return $this->get_mapped_property('name');
}
/**
* Return the parent id
*
* @return integer
*/
function get_parent() {
return $this->get_mapped_property('parent');
}
/**
* Return the description
*
@ -142,14 +133,6 @@ class Taxonomy extends Entity {
$this->set_mapped_property('name', $value);
}
/**
* Define the parent ID
*
* @param [integer] $value
*/
function set_parent($value) {
$this->set_mapped_property('parent', $value);
}
/**
* Define the slug