7 lines
95 B
PHP
7 lines
95 B
PHP
<?php
|
|
|
|
interface IWPML_Translation_Roles_View {
|
|
|
|
public function show( $model, $template );
|
|
}
|