コード例 #1
0
 /**
  * @param \HttpDigest\Algorithm\AlgorithmInterface $scheme_algorithm
  */
 public function addSchemeAlgorithms(AlgorithmInterface $scheme_algorithm)
 {
     if (!$this->hasSchemeAlgorithm($scheme_algorithm->getName())) {
         $this->scheme_algorithms[$scheme_algorithm->getName()] = $scheme_algorithm;
     }
 }