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

  • SEARCH
  • Home
  • 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 6755461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:24:10+00:00 2026-05-26T13:24:10+00:00

so suppose I have class B extends A{} and B contains a whole bunch

  • 0

so suppose I have

class B extends A{}

and B contains a whole bunch of class constants

Is there a way to define a static function in A that would fetch all class constants in the calling child class?

So for example is there a way to define static function getChildConstants() in A

such that if you call B::getChildConstants() (B can access this function since B extends A), this function would return all the class constants in B. Moreover, this function must be defined in A only. ie, I don’t want to have to reimplement getChildCosntants() in B.

This is so that for any class that extends A, I can easily get the constants of such class without having to reimplement/rewrite/copy and paste getChildConstants() into chose children classes over and over again

so I want a universal constants fetching function in A such that for any class that extends A, I can get the class constants of such class by simply calling this universal constants fetching function that was defined in A

I must reiterate that the getChildConstant() function must be static

  • 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-26T13:24:11+00:00Added an answer on May 26, 2026 at 1:24 pm

    You don’t need to define a function for that. You can use reflection directly on child classes.

    $reflector = new ReflectionClass('B');
    var_dump($reflector->getConstants());
    

    Will this satisfy your needs?

    get all class constants

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose class B extends class A . I have a List<A> that I happen
Suppose we have this code: class My_controller extends CI_Controller { private $model_name; function __construct($model_name)
Suppose I have the following class Foo, that supports a function of any arity
Suppose that I have a Java class with a static method, like so: class
Suppose I have class Foo(db.Model): bar = db.ReferenceProperty(Bar) foo = Foo.all().get() Is there a
Suppose I have two classes defined the following way: public class A { public
Suppose i have a class which extends ViewGroup public class MapView extends ViewGroup It
suppose I have two classes class A extends class B class A has its
If you have a class named User and another class named Admin that extends
Suppose I have: class Card{ } class CardUnit extends Card { int attack =

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.