mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-20 04:44:05 +00:00
6 lines
85 B
PHP
6 lines
85 B
PHP
<?php
|
|
interface InterfaceWithSemiReservedMethodName
|
|
{
|
|
public function unset();
|
|
}
|