Pimcore\Model\Object\QuantityValue\Unit\Listing\Dao::getTotalCount PHP Method

getTotalCount() public method

public getTotalCount ( )
    public function getTotalCount()
    {
        $amount = $this->db->fetchRow("SELECT COUNT(*) as amount FROM `" . Object\QuantityValue\Unit\Dao::TABLE_NAME . "`" . $this->getCondition());
        return $amount["amount"];
    }