Beispiel #1
0
 /**
  * Constructs the object
  * 
  * @access public
  * @param string $key
  * @param string $name
  * @param string $accessLevelKey
  * @param string $target
  * @param string $iconClass
  * @param string $class
  * @param string $window
  * @param boolean $hideWhenEmpty
  */
 public function __construct($key, $name, $accessLevelKey, $target = '#', $iconClass = '', $class = '', $window = '_self', $hideWhenEmpty = false)
 {
     parent::__construct($key, $name, $target, $iconClass, $class, $window, $hideWhenEmpty);
     $this->accessLevelKey = $accessLevelKey;
 }