GraphicsContext.inc 101 B

123456
  1. <?php
  2. namespace Memcache_UI\Core {
  3. class GraphicsContext {
  4. protected $palette = array();
  5. }
  6. }