c2ephp

agents/PRAY/CREABlock.php

Go to the documentation of this file.
00001 <?php
00002 
00003 require_once(dirname(__FILE__).'/CreaturesArchiveBlock.php');
00005 
00008 class CREABlock extends CreaturesArchiveBlock {
00010 
00019     public function CREABlock($prayfile,$name,$content,$flags) {
00020         parent::CreaturesArchiveBlock($prayfile,$name,$content,$flags,PRAY_BLOCK_CREA);
00021     }
00023     
00025     // TODO: undocumented.
00026     protected function CompileBlockData() {
00027         return $this->GetData();
00028     }
00030     protected function DecompileBlockData() {
00031         throw new Exception('I don\'t know how to decompile CREA blocks!');
00032     }
00034 }
00035 ?>
 All Classes Files Functions Variables Enumerations