Access static variables in an abstract class in PHP

Posted by Anant on Stack Overflow See other posts from Stack Overflow or by Anant
Published on 2010-05-12T10:10:45Z Indexed on 2010/05/12 10:24 UTC
Read the original article Hit count: 238

Filed under:

Is there any other way to access a static variable from a static method, other than using classname::$variable?

© Stack Overflow or respective owner

Related posts about php