Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6365755
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:20:02+00:00 2026-05-25T00:20:02+00:00

Is it possible to alias a class method as a global function? I have

  • 0

Is it possible to alias a class method as a global function?

I have a class that acts as a wrapper around the gettext functions in PHP. I have a function called _t() that deals with translations.

I would like to be able to call it as _t() from anywhere in my code without having to do it via an instantiated object ($translate::_t()) as that seems quite unwieldy.

I thought about using namespaces to give the object an alias:

Use translations\TranslationClass as T

Although this is a better improvement: T::_t(). it is still not as need as just having to do _t().

Are there anyways to alias T::_t() as just _t() across the whole application?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T00:20:03+00:00Added an answer on May 25, 2026 at 12:20 am

    You can either create a wrapper function or use create_function().

    function _t() {
        call_user_func_array(array('TranslationClass', '_t'), func_get_arts());
    }
    

    Or you can create a function on the fly:

    $t = create_function('$string', 'return TranslationClass::_t($string);');
    
    // Which would be used as:
    print $t('Hello, World');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it possible to alias an attr_reader method in Ruby? I have a class
I'm using Mono.Cecil (version 0.6.9.0) to alias a method that implements an interface method.
I have a unique requirement that I hope is possible with LINQ to SQL.
I have certain initializing functions that I use to set up audit logging on
is it possible in C++ to create an alias of template class (without specifying
Possible Duplicate: How does the Google Did you mean? Algorithm work? Suppose you have
Possible Duplicate: JavaScript: var functionName = function() {} vs function functionName() {} What's the
If I'm on a route alias such as /register and I have a form
Is it possible to get the Alias url of an Item from .NET? I
Is it possible in XAML to declare an alias name for a type? Let

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.