Newscoop\Article\SearchService::getSubType PHP Méthode

getSubType() public méthode

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