Example #1
0
 /**
  * Returns the Source of the Tree
  *
  * @return object The tree data source object
  */
 public function getTreeSource()
 {
     $source = $this->dataManager->get($this->getTreeSourceType());
     $source->setHierarchyDriver($this);
     return $source;
 }