mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
9 lines
97 B
PHP
9 lines
97 B
PHP
<?php
|
|
interface patch
|
|
{
|
|
function get_release();
|
|
|
|
function concern();
|
|
|
|
function apply($id);
|
|
} |