1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-24 23:37:51 +01:00
openstamanager/src/HTMLBuilder/Manager/ManagerInterface.php

12 lines
130 B
PHP
Raw Normal View History

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