Example #1
0
 /**
  * Returns children type
  *
  * @return string
  */
 public function getChildrenType()
 {
     return $this->_mapper->getChildrenNameByParentName($this->type());
 }