Exemplo n.º 1
0
 private function _commentCount_compare(tubepress_api_video_Video $one, tubepress_api_video_Video $two)
 {
     return $this->_compareGreatestToLeast($this->_safeIntVal($one->getCommentCount()), $this->_safeIntVal($two->getCommentCount()));
 }