コード例 #1
0
 /**
  * @desc Builds a ModuleMap object
  * @param SitemapLink $link Link associated to the root of the module
  * @param string $module_id Id of the corresponding module
  */
 public function __construct(SitemapLink $link, $module_id = '')
 {
     parent::__construct($link);
     $this->module_id = $module_id;
 }