mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
16 lines
136 B
PHP
16 lines
136 B
PHP
<?php
|
|
|
|
/*
|
|
* foo
|
|
*/
|
|
|
|
namespace Namespaced;
|
|
|
|
class WithFileMagic
|
|
{
|
|
public function getFile()
|
|
{
|
|
return __FILE__;
|
|
}
|
|
}
|