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

php-trait « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65b8c82a616330864ca1bf6faf506ada156c4428 (plain)
1
2
3
4
5
6
7
trait RIGHT
{
    public function foo($ChangeMe)
    {
        return 'foo';
    }
}