Example #1
0
 /**
  * Update the name, link, and to open in a new window for an external link.
  *
  * @param string $cName
  * @param string $cLink
  * @param bool $newWindow
  */
 public function updateCollectionAliasExternal($cName, $cLink, $newWindow = 0)
 {
     return parent::updateCollectionAliasExternal($cName, $cLink, $newWindow);
 }