Example #1
0
 /**
  * unlockOutputContext
  *
  * Enable feature of change output context
  *
  * @return null
  */
 public static function unlockOutputContext()
 {
     self::$_lockedContext = false;
 }