mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
9 lines
85 B
PHP
9 lines
85 B
PHP
<?php
|
|
class Foo
|
|
{
|
|
public function bar()
|
|
{
|
|
return Foo::CLASS;
|
|
}
|
|
}
|