1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-11 00:50:37 +01:00

13 lines
133 B
PHP
Raw Normal View History

<?php
namespace HTMLBuilder\Manager;
/**
*
* @since 2.3
*/
interface ManagerInterface
{
public function manage($options);
}