phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
ISearch.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\components\search
;
4
5
interface
ISearch
{
6
7
public
function
search
($query, $field=
"title"
);
8
9
public
function
getResponse
();
10
}
Ajax\semantic\components\search
Definition:
AbstractSearchResult.php:3
Ajax\semantic\components\search\ISearch\getResponse
getResponse()
Ajax\semantic\components\search\ISearch\search
search($query, $field="title")
Ajax\semantic\components\search\ISearch
Definition:
ISearch.php:5
Ajax
semantic
components
search
ISearch.php
Generated on Thu Sep 19 2024 23:26:03 for
phpMv-UI
by
doxygen
1.8.13