PageRenderTime 37ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/stationary/basic/zones/ZoneDefault.php

http://zoop.googlecode.com/
PHP | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | 352ed09fc1cdc368ce43f2d92a0c7198 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.1
  1. <?php
  2. class ZoneDefault extends AppZone
  3. {
  4. function pageDefault()
  5. {
  6. }
  7. }