示例#1
0
 /**
  * get video views
  * @return string $videoViews
  */
 public function getVideoViews()
 {
     try {
         return $this->service->getFormattedVideoViewsForPageId($this['pageid']);
     } catch (\Exception $e) {
         return 0;
     }
 }