示例#1
0
 /**
  * @see	\cms\system\content\type\IContentType::getOutput()
  */
 public function getOutput(Content $content)
 {
     WCF::getTPL()->assign('poll', $content->getPoll());
     return WCF::getTPL()->fetch('poll', 'wcf');
 }