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

php-abstract-class « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5213e1249465f672f8363875f4b3d7000b9018cc (plain)
1
2
3
4
abstract class RIGHT
{
    const FOO = 'ChangeMe';
}