Exemplo n.º 1
0
 /**
  * Pops an error off of the error stack for the package. This method is a
  * wrapper for PEAR_ErrorStack::pop() method.
  *
  * @return array
  */
 function pop()
 {
     return PEAR_ErrorStack::staticPop('Piece_Right');
 }
Exemplo n.º 2
0
 /**
  * Pops an error off of the error stack for the package. This method is a
  * wrapper for PEAR_ErrorStack::pop() method.
  *
  * @return array
  */
 function pop()
 {
     return PEAR_ErrorStack::staticPop('Piece_Unity');
 }
Exemplo n.º 3
0
 /**
  * Pops an error off of the error stack for the package. This method is a
  * wrapper for PEAR_ErrorStack::pop() method.
  *
  * @return array
  * @since Method available since Release 1.4.0
  */
 function pop()
 {
     return PEAR_ErrorStack::staticPop('Stagehand_FSM');
 }