Beispiel #1
0
 /**
  * @param bool $duration
  * @return mixed
  */
 public function getCountLike($duration = false)
 {
     return $this->_userProductLike->countLike($duration);
 }