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