6 lines
88 B
PHP
6 lines
88 B
PHP
<?php
|
|
|
|
interface Brizy_Editor_SignatureInterface {
|
|
|
|
public function checkSignature();
|
|
} |