Пример #1
0
 /**
  * Get an item by $key
  * @param string $key
  * @return X_Page_ItemList_StatusLink
  * @throws Exception if $key isn't in the list
  */
 public function getItem($key)
 {
     return parent::getItem($key);
 }