get() 공개 정적인 메소드

Get tag record.
public static get ( integer $id ) : array
$id integer The id of the record to get.
리턴 array
예제 #1
0
파일: Edit.php 프로젝트: bwgraves/forkcms
 /**
  * Get the data
  */
 private function getData()
 {
     $this->record = BackendTagsModel::get($this->id);
 }