Example #1
0
 public function checkScope()
 {
     if (parent::checkScope()) {
         if (static::checkDavHeaders()) {
             return true;
         }
     }
     return false;
 }