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

getType() 공개 메소드

Return type for this search service
public getType ( ) : string
리턴 string identifier
    public function getType()
    {
        return 'comment';
    }