PHP Класс Newscoop\Services\UserSearchService

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$em Doctrine\Common\Persistence\ObjectManager

Открытые методы

Метод Описание
__construct ( Doctrine\Common\Persistence\ObjectManager $em )
find ( string $q, integer $limit = 25 ) : array Find users by given query

Описание методов

__construct() публичный метод

public __construct ( Doctrine\Common\Persistence\ObjectManager $em )
$em Doctrine\Common\Persistence\ObjectManager

find() публичный метод

Find users by given query
public find ( string $q, integer $limit = 25 ) : array
$q string
$limit integer
Результат array

Описание свойств

$em защищенное свойство

protected ObjectManager,Doctrine\Common\Persistence $em
Результат Doctrine\Common\Persistence\ObjectManager