c2ephp

agents/PRAY/DFAMBlock.php

Go to the documentation of this file.
00001 <?php
00002 
00003 require_once(dirname(__FILE__).'/TagBlock.php');
00004 require_once(dirname(__FILE__).'/DSEXBlock.php');
00005 
00007 
00011 class DFAMBlock extends DSEXBlock {
00013 
00021     public function DFAMBlock($prayfile,$name,$content,$flags) {
00022         parent::TagBlock($prayfile,$name,$content,$flags,PRAY_BLOCK_DFAM);
00023 
00024     }
00025 }
00026 ?>
 All Classes Files Functions Variables Enumerations