c2ephp

agents/PRAY/SFAMBlock.php

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