On Wed, Mar 2, 2011 at 7:16 PM, Guilherme Aiolfi <[email protected]> wrote:
> You probably calling a private or protected function in your code. Private > methods are those starting with two underscore: __imPrivate(), and protected > are those with just one, like: _imProtected(). > If you are extending a class, you can call in your code public and > protected methods. Otherwise, just public methods (without any "_" before > the method name). Private methods are those used exclusively by the class > that it's declared. > Wouldn't this happen in the source version as well? Unless you mean you can't call private methods *at all* in the build version, which would seem ... ridiculous.
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
