Subversion Repositories web.creative

Rev

Blame | Last modification | View Log | Download

<?php
class ClassWithStaticMethod
{
    public static function staticMethod()
    {
    }
}