c2ephp

agents/COB/UnknownBlock.php

Go to the documentation of this file.
00001 <?php
00002 require_once(dirname(__FILE__).'/COBBlock.php');
00003 
00005 class COBUnknownBlock extends COBBlock {
00006 
00008     
00009     private $contents;
00010 
00012 
00014 
00018     public function COBUnknownBlock($type,$contents) {
00019         parent::COBBlock($type);
00020     }
00021 
00023     public function GetContents() {
00024         return $this->contents;
00025     }
00026 }
00027 ?>
 All Classes Files Functions Variables Enumerations