mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-21 13:34:24 +00:00
9 lines
85 B
PHP
9 lines
85 B
PHP
<?php
|
|
class Foo
|
|
{
|
|
public function bar()
|
|
{
|
|
return Foo::CLASS;
|
|
}
|
|
}
|