* @package entries * @version 1 * @link http://www.zentao.net */ class departmentsEntry extends entry { public function get() { $depts = $this->loadModel('dept')->getDataStructure(); return $this->send(200, $depts); } }