Mmoreram\RSQueueBundle\Collector\RSQueueCollector::__construct PHP Method

__construct() public method

Also initializes total value to 0
public __construct ( )
    public function __construct()
    {
        $this->total = 0;
        $this->data = array('prod' => array(), 'publ' => array(), 'total' => 0);
    }