what is getter and setter in php?

Discussion in 'PHP' started by webshore88, Sep 17, 2011.

  1. #1
    hi guys,

    Can you tell me what is getter and setter in php? a little brief of detail plz

    thanks
    webshore88
     
    webshore88, Sep 17, 2011 IP
  2. tnhomestead

    tnhomestead Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Getter and setter are terms used in OOP programming. A setter sets a private variable and a getter gets the value of a private variable.
     
    tnhomestead, Sep 17, 2011 IP