Example #1
0
 function Dump()
 {
     parent::Dump();
     echo "Folder: {$this->Folder}<br>";
     echo "FullPath: {$this->FullPath}<br>";
     echo "OnFilter: {$this->OnFilter}<br>";
 }
Example #2
0
 /**
  * @access private
  */
 function Init()
 {
     parent::Init();
     $this->Row = false;
     $this->Field = 0;
 }
Example #3
0
 function AfterParse()
 {
     parent::AfterParse();
     $this->MarshallObject('LoginInput');
     $this->MarshallObject('PasswordInput');
 }
Example #4
0
 function Init()
 {
     parent::Init();
     $this->Row = false;
 }