Welcome to mirror list, hosted at ThFree Co, Russian Federation.

php-method « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 03af1a6d9d7e77ed0f70355bf953576a528c8bb0 (plain)
1
2
3
4
5
6
7
class Klass
{
    public static function RIGHT()
    {
        return 'ChangeMe';
    }
}