OOP (course 4): Static methods, Namespaces, Exceptions & Traits! Woh!
Static Methods
  Unlock this challenge
Login Register

Challenge 2 / 2

How can you access the TYPE_NO_JEDI constant within the following class?

class BattleManager
{
    const TYPE_NORMAL = 'normal';

    const TYPE_NO_JEDI = 'no_jedi';
}
Skip challenges and go to theNext Chapter

Turn Challenges Off?

All further challenges will be skipped automatically.
You can re-enable challenges at any time on this page or from your account page.