%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/diaspora/api/vendor/anahkiasen/underscore-php/
Upload File :
Create Path :
Current File : /var/www/html/diaspora/api/vendor/anahkiasen/underscore-php/helpers.php

<?php

/**
 * Shortcut alias to creating an Underscore object
 *
 * @param mixed $type A scalar type to wrap
 *
 * @return \Underscore\Underscore
 */
if ( ! function_exists('underscore')) {
  function underscore($type) {
    return new Underscore\Underscore($type);
  }
}

/**
 * Shortcut alias for underscore()
 *
 * @param mixed $type
 *
 * @return \Underscore\Underscore
 */
if (!function_exists('__')) {
	function __($type) {
		return underscore($type);
	}
}

Zerion Mini Shell 1.0