Esempio n. 1
0
 /**
  *
  * @see \ASN1\Feature\ElementBase::isType()
  * @return bool
  */
 public function isType($tag)
 {
     return $this->_element->isType($tag);
 }