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 7686955
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T19:35:35+00:00 2026-05-31T19:35:35+00:00

I tried to understand this line of code, but it is failed. $this->request->{self::FLAG_SHOW_CONFIG} ===

  • 0

I tried to understand this line of code, but it is failed.

$this->request->{self::FLAG_SHOW_CONFIG} === ‘true’

I have no keyword to search for this kind of syntax.

What does it means.

  1. How come they have “===” instead of “==” ?

  2. How come they can do $this->request->{self::FLAG_SHOW_CONFIG}, while, the FLAG_SHOW_CONFIG is a field of $this, it is not belong to $this-> request

The full code is

<?php
    class Magentotutorial_Configviewer_Model_Observer {
        const FLAG_SHOW_CONFIG = 'showConfig';
        const FLAG_SHOW_CONFIG_FORMAT = 'showConfigFormat';     

        private $request;

        public function checkForConfigRequest($observer) {          
            $this->request = $observer->getEvent()->getData('front')->getRequest();
            if($this->request->{self::FLAG_SHOW_CONFIG} === 'true'){
                $this->setHeader();
                $this->outputConfig();
            }
        }
?>
  • 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-31T19:35:36+00:00Added an answer on May 31, 2026 at 7:35 pm

    The $this->request->{self::FLAG_SHOW_CONFIG} is interpreted by PHP as $this->request->showConfig. And the === is basically checking for equality in both value and type. Check this page to see the description of the triple equal signs http://php.net/manual/en/language.operators.comparison.php

    Also, check this page http://php.net/manual/en/language.variables.variable.php to see about variable variables in PHP.

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

Sidebar

Related Questions

I have tried my best to understand a very similar StackOverflow question , but
I have tried a lot but not been able to understand the steps involved
I tried to make my code as simple as possible,but I failed at it.
I am a newb in unix. But i need to understand this code given
When I run the code below (entire code at the end), this line: res=self.con.execute(
I have this code to get the caller of my function's file name, line
I tried to execute this query and i can´t understand what´s wrong with it.
I've tried to understand some of the posts of similar, but don't quite understand
I have tried to understand AOP, Dependency Injection and Inversion of Control SPRING related
Tried examples from 'php.net' but don't understand what's the problem. Any suggestions? <?php $_SESSION['test']

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.