Beispiel #1
0
 /**
  * Set the debug ouput environment.
  * Setting a value of null causes Zend_Debug to use PHP_SAPI.
  *
  * @param string $sapi
  * @return void;
  */
 public static function setSapi($sapi)
 {
     self::$_sapi = $sapi;
 }