/**
  * Create a new X_Page_Item_ManageLink
  * @param string $key item key in the list
  * @param string $label item label
  * @param array|string $link an array of Route params
  */
 function __construct($key, $label, $link = array(), $route = 'default', $reset = false)
 {
     parent::__construct($key, $label, $link, $route, $reset);
     $this->subinfos = new X_Page_ItemList_ActionLink();
 }