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

getSubType() 공개 메소드

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