Inheritance: extends Nette\Object
Exemplo n.º 1
0
 /**
  * @param string $title
  * @param array  $options
  */
 public function __construct($title, $options = NULL)
 {
     parent::__construct($title);
     $this->options = $options;
 }
Exemplo n.º 2
0
 /**
  * @param string $title
  */
 public function __construct($title)
 {
     parent::__construct($title);
 }