countStored() public method

public countStored ( )
Example #1
0
 /**
  * Get count of data
  * @return int
  */
 public function getCount()
 {
     return $this->data_source->countStored();
 }