Example #1
0
 protected function getValue($column)
 {
     switch ($column) {
         case 'visible_from':
             return $this->currentPage->getVisibleFrom()->getTimestamp();
         case 'sequence':
             return $this->currentPage->getManualOrderPosition();
         default:
             return $this->currentPage->getTitle();
     }
 }