コード例 #1
0
 public function hasContent()
 {
     if ($this->getRow()->own_url) {
         if (Kwc_Advanced_CommunityVideo_Component::getVideoUrl($this->getRow()->url, $this->getData()->chained->getComponent()->getRow())) {
             return true;
         }
         return false;
     }
     return parent::hasContent();
 }