/** * Translates a phrase * * This is an alias for {@link Pinhole::gettext()}. * * @param string $message the phrase to be translated. * * @return string the translated phrase. */ public static function _($message) { return Pinhole::gettext($message); }