7 lines
71 B
PHP
7 lines
71 B
PHP
<?php
|
|
|
|
interface IWPML_ST_String_Scanner {
|
|
|
|
public function scan();
|
|
}
|