Beispiel #1
0
 /**
  * Class constructor
  * 
  * @see ioMenuItem
  * @param array   $options
  * @param string  $childClass The class to use if instantiating children menu items
  */
 public function __construct($options = array(), $childClass = 'ioMenuItem')
 {
     $this->_childClass = $childClass;
     parent::__construct(null, null, $options);
 }