コード例 #1
0
 /**
  * 
  * 
  * @param 
  * @access public
  * @return void 
  */
 function getContent()
 {
     $marker = array('lignes' => $this->getMarkersLignes(), 'json' => div::to_json($this->Treelignes), 'resultat' => $this->getResultats(), 'url' => $this->link());
     return $this->template->nestedMarkerArray($marker, 'MAIN_PART');
 }