phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
AbstractSearchResult.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\components\search
;
4
5
abstract
class
AbstractSearchResult
{
6
7
public
function
fromDatabaseObjects
($objects, $function) {
8
if
(isset($objects)) {
9
foreach
( $objects as $object ) {
10
$this->
fromDatabaseObject
($object, $function);
11
}
12
}
13
return
$this;
14
}
15
16
abstract
protected
function
fromDatabaseObject
($object, $function);
17
}
Ajax\semantic\components\search\AbstractSearchResult
Definition
AbstractSearchResult.php:5
Ajax\semantic\components\search\AbstractSearchResult\fromDatabaseObjects
fromDatabaseObjects($objects, $function)
Definition
AbstractSearchResult.php:7
Ajax\semantic\components\search\AbstractSearchResult\fromDatabaseObject
fromDatabaseObject($object, $function)
Ajax\semantic\components\search
Definition
AbstractSearchResult.php:3
Ajax
semantic
components
search
AbstractSearchResult.php
Generated on Sun Dec 10 2023 16:16:00 for
phpMv-UI
by
doxygen
1.9.8