/**
  * {@inheritDoc}
  */
 public function getDownloadStatistics($limit = 20)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'getDownloadStatistics', array($limit));
     return parent::getDownloadStatistics($limit);
 }
Пример #2
0
 public function getDownloadStatistics($limit = 20)
 {
     return parent::getDownloadStatistics($limit);
 }