for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Subway WordPress Plugin Package.
*
* (c) Joseph Gabito <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
* PHP Version 5.4
* @category Subway\Helpers
* @package Subway
* @author Joseph G. <[email protected]>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version GIT:github.com/codehaiku/subway
* @link github.com/codehaiku/subway The Plugin Repository
*/
namespace Subway;
if (! defined('ABSPATH') ) {
return;
}
* Subway helper methods.
* @since 1.0
final class Helpers
{
* Exit wrapper.
* @return void
public static function close()
exit;