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