mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 13:34:39 +02:00
6 lines
85 B
PHP
6 lines
85 B
PHP
<?php
|
|
interface InterfaceWithSemiReservedMethodName
|
|
{
|
|
public function unset();
|
|
}
|