Newscoop\User\SearchService::getSubType PHP 메소드

getSubType() 공개 메소드

Return sub type for the document
public getSubType ( Newscoop\Search\DocumentInterface $user ) : string
$user Newscoop\Search\DocumentInterface
리턴 string identifier
    public function getSubType(DocumentInterface $user)
    {
        return 'user';
    }