コード例 #1
0
 function getOrderType()
 {
     if ($this->enabledObjectiveView()) {
         return ilContainer::SORT_MANUAL;
     }
     return parent::getOrderType();
 }