예제 #1
0
 function show()
 {
     $this->thumb = parent::getThumbInfo();
     if (!empty($this->thumb)) {
         parent::show();
     }
 }
 function show()
 {
     if ($this->attachment->isEnclosure()) {
         parent::show();
     }
 }