Ejemplo n.º 1
0
 /**
  * Конструктор
  *
  * @param string $name
  * @param        $items
  */
 public function __construct($name, $items)
 {
     $this->items = $items;
     parent::__construct($name);
 }