get() public static method

Get tag record.
public static get ( integer $id ) : array
$id integer The id of the record to get.
return array
Esempio n. 1
0
 /**
  * Get the data
  */
 private function getData()
 {
     $this->record = BackendTagsModel::get($this->id);
 }