c2ephp

agents/PRAY/DSEXBlock.php

Go to the documentation of this file.
00001 <?php
00002 
00003 require_once(dirname(__FILE__).'/EXPCBlock.php');
00004 require_once(dirname(__FILE__).'/TagBlock.php');
00006 
00010 class DSEXBlock extends EXPCBlock {
00012 
00020     public function DSEXBlock($prayfile,$name,$content,$flags) {
00021         parent::TagBlock($prayfile,$name,$content,$flags,PRAY_BLOCK_DSEX);
00022     }
00023 }
00024 ?>
 All Classes Files Functions Variables Enumerations