コード例 #1
0
ファイル: logger.php プロジェクト: nikelin/php-slf4j
 public function copyAll(ISet $set)
 {
     $this->addAll($set->getAll());
 }