c2ephp

agents/PRAY/LIVEBlock.php

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