예제 #1
0
 /**
  * Get the data
  *
  * @return	void
  */
 private function getData()
 {
     $this->record = BackendTagsModel::get($this->id);
 }