예제 #1
0
 /**
  * @access private
  */
 function AfterParse()
 {
     parent::AfterParse();
     $this->MarshallObject('DataSource');
 }
예제 #2
0
 /**
  * @access private
  */
 function AfterParse()
 {
     parent::AfterParse();
     $this->Value = $this->Content;
 }
예제 #3
0
 function AfterParse()
 {
     parent::AfterParse();
     if ($this->App->Debug) {
         echo $this->DebugId() . "DataSource = {$this->DataSource}<br>";
     }
     if (is_string($this->DataSource)) {
         $this->DataSource =& $this->App->GetObject($this->DataSource);
     }
 }