"Schuellersa" posted a comment on MediaWiki.r109535.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/109535#c29906

Commit summary for MediaWiki.r109535:

Fix: Next und Prev Buttons now work corectly

Schuellersa's comment:

both works

you can use a constant or literal as well: 

define(MY_CONSTANT, 'aMemberVar'); 
print $foo->{MY_CONSTANT}; // Prints "aMemberVar Member Variable" 
print $foo->{'aMemberVar'}; // Prints "aMemberVar Member Variable" 

http://php.net/manual/de/language.oop5.php

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to