Beispiel #1
0
 public function isStrictWrite()
 {
     if (method_exists($this->concreteProtocol_, "isStrictWrite")) {
         return $this->concreteProtocol_->isStrictWrite();
     }
     return true;
 }