Example #1
0
 public function GetCaption()
 {
     return $this->parentPage->RenderText($this->column->GetCaption());
 }
Example #2
0
 function GetPageCaption()
 {
     return $this->renderText ? $this->page->RenderText($this->caption) : $this->caption;
 }