How to make __set also work for static operation in PHP?
        Posted  
        
            by user198729
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by user198729
        
        
        
        Published on 2010-03-12T07:11:46Z
        Indexed on 
            2010/03/12
            7:17 UTC
        
        
        Read the original article
        Hit count: 209
        
When I call self::$parameter = 1; the __set is not called.
Is there a way to workaround?
© Stack Overflow or respective owner