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

getSubType() 공개 메소드

Return type for this search service
public getSubType ( Newscoop\Search\DocumentInterface $comment ) : string
$comment Newscoop\Search\DocumentInterface
리턴 string identifier
    public function getSubType(DocumentInterface $comment)
    {
        return 'comment';
    }