Esempio n. 1
0
 /**
  *
  * @deprecated Use any <code>as*</code> accessor method first to ensure
  *             type strictness.
  * @see \ASN1\Feature\ElementBase::expectType()
  * @return ElementBase
  */
 public function expectType($tag)
 {
     return $this->_element->expectType($tag);
 }