File util/QueueEntry.class.php

Last commit: Mon Nov 12 20:57:02 2018 +0100	dankert	Ganz einfache Implementierung einer Queue.
1 <?php 2 3 class QueueEntry 4 { 5 public $files = array(); 6 public $value = array(); 7 } 8 9 ?>
Download util/QueueEntry.class.php
History Mon, 12 Nov 2018 20:57:02 +0100 dankert Ganz einfache Implementierung einer Queue.