6 lines
90 B
PHP
6 lines
90 B
PHP
<?php
|
|
namespace FWIF;
|
|
|
|
interface FWIFSerializable {
|
|
function fwifSerialize();
|
|
}
|