Pimcore\Document\Newsletter\AddressSourceAdapter\DefaultAdapter::getTotalRecordCount PHP Method

getTotalRecordCount() public method

returns total number of newsletter recipients
public getTotalRecordCount ( ) : integer
return integer
    public function getTotalRecordCount()
    {
        $this->getListing();
        return $this->elementsTotal;
    }