예제 #1
0
 /**
  * @since version 0.84
  **/
 static function canUpdate()
 {
     return Session::haveRight('infocom', 'w') && parent::canUpdate();
 }
예제 #2
0
 /**
  * @since version 0.84
  **/
 static function canUpdate()
 {
     return Session::haveRight('networking', 'w') && parent::canUpdate();
 }
예제 #3
0
 static function canUpdate()
 {
     return parent::canUpdate() || Session::haveRight('projecttask', self::UPDATEMY);
 }
예제 #4
0
 /**
  * @since version 0.84
  **/
 static function canUpdate()
 {
     return Session::haveRight('ticketcost', 'w') && parent::canUpdate();
 }
예제 #5
0
 static function canUpdate()
 {
     return parent::canUpdate() || Session::haveRight(self::$rightname, self::UPDATEMY);
 }
예제 #6
0
 /**
  * @since version 0.84
  **/
 static function canUpdate()
 {
     return Session::haveRight("reservation_central", "w") && parent::canUpdate();
 }
예제 #7
0
 /**
  * @since version 0.84
  **/
 static function canUpdate()
 {
     return (Session::haveRight("reservation_helpdesk", "1") || Session::haveRight("reservation_central", "w")) && parent::canUpdate();
 }