예제 #1
0
파일: Stats.php 프로젝트: sadr110/webtrees
 function totalPlaces()
 {
     return WT_I18n::number($this->_totalPlaces());
 }
예제 #2
0
 public function totalPlaces()
 {
     return WT_I18n::number($this->totalPlacesQuery());
 }