コード例 #1
0
ファイル: PathValidator.php プロジェクト: sop/x509
 /**
  *
  * @param ValidatorState $state
  * @param Certificate $cert
  */
 private function _checkExcludedSubtrees(ValidatorState $state, Certificate $cert)
 {
     // @todo Implement
     $state->excludedSubtrees();
 }