コード例 #1
0
ファイル: Commons.php プロジェクト: techart/tao
 /**
  * Конструктор
  *
  * @param string $name
  * @param        $items
  */
 public function __construct($name, $items)
 {
     $this->items = $items;
     parent::__construct($name);
 }