예제 #1
0
파일: Commons.php 프로젝트: techart/tao
 /**
  * Конструктор
  *
  * @param string $name
  * @param        $items
  */
 public function __construct($name, $items)
 {
     $this->items = $items;
     parent::__construct($name);
 }