ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilWACLogDummy.php
Go to the documentation of this file.
1<?php
2
9
13 protected $storage = array();
14
15
19 public function write($dummy) {
20 $this->storage[] = $dummy;
21 }
22}
An exception for terminatinating execution or to throw for unit testing.
Class ilWACLogDummy.