c2ephp

agents/PRAY/EGGSBlock.php

Go to the documentation of this file.
00001 <?php
00002 
00003 require_once(dirname(__FILE__).'/TagBlock.php');
00004 
00007 class EGGSBlock extends TagBlock {
00008 
00009 
00011 
00022      public function EGGSBlock($prayfile,$name,$content,$flags) {
00023         parent::TagBlock($prayfile,$name,$content,$flags,PRAY_BLOCK_EGGS);
00024 
00025     }
00026 
00028 
00032     public function GetAgentType() {
00033         return $this->GetTag('Agent Type');
00034     }
00035 
00037 
00040     public function GetDependencyCount() {
00041         return $this->GetTag('Dependency Count');
00042     }
00043 
00045 
00048     public function GetEggAnimationString() {
00049         return $this->GetTag('Egg Animation String');
00050     }
00051 
00053 
00057     public function GetEggGalleryFemale() {
00058         return $this->GetTag('Egg Gallery female');
00059     }
00060 
00062 
00066     public function GetEggGalleryMale() {
00067         return $this->GetTag('Egg Gallery male');
00068     }
00069 
00071 
00074     public function GetEggGlyphFile1() {
00075         return $this->GetTag('Egg Glyph File');
00076     }
00077 
00079 
00082     public function GetEggGlyphFile2() {
00083         return $this->GetTag('Egg Glyph File 2');
00084     }
00085 
00087 
00090     public function GetGeneticsFile() {
00091         return $this->GetTag('Genetics File');
00092     }
00093 
00094 }
00095 ?>
 All Classes Files Functions Variables Enumerations