You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
233 B
PHP

<?php
namespace Artmark\Forms;
/**
* Description of BasicHtml
*
* @author Andrey Pokidov <pokidov@e-traffic.ru>
*/
interface Html
{
/**
*
* @return array
*/
public function getAssociativeAttributes();
}