get() публичный статический Метод

Get an item.
Устаревший: use doctrine instead
public static get ( string $id ) : array
$id string The id of the item to fetch.
Результат array
Пример #1
0
 /**
  * Load the data
  */
 private function loadData()
 {
     $this->item = FrontendContentBlocksModel::get((int) $this->data['id']);
 }