Get value from constructor to a function in php class -


मेरे पास एक वर्ग है:

  class List_PendingVerify Rs_List विस्तारित {सार्वजनिक फ़ंक्शन __construct ($ आईडी) {} सुरक्षित फ़ंक्शन loadData () {}}  

अब मैं कैसे लोड आईडी समारोह में $ आईडी का मूल्य प्राप्त कर सकता हूं?

ताकि मैं सक्षम हो सकूं $ Id को प्रतिध्वनित करने के लिए।

धन्यवाद

<पूर्व> वर्ग List_PendingVerify Rs_List विस्तार {सार्वजनिक फ़ंक्शन __ रूपांतरण ($ आईडी) {$ this- & gt; id = $ id; } सुरक्षित फ़ंक्शन loadData () {echo $ this- & gt; id; }}

मैं दस्तावेज़ीकरण को पढ़ने की अनुशंसा करता हूं। (विशेष रूप से, यह अनुभाग यहां प्रासंगिक है।)


Comments

Popular posts from this blog

sql - dynamically varied number of conditions in the 'where' statement using LINQ -

asp.net mvc - Dynamically Generated Ajax.BeginForm -

Debug on symbian -