/**
  * @return bool
  */
 public function stopsSiblings()
 {
     if ($this->descriptor->hasMethod('stopsSiblings')) {
         return $this->descriptor->stopsSiblings();
     }
     return false;
 }