コード例 #1
0
ファイル: Citation.php プロジェクト: bersace/strass
 function initView($view)
 {
     $view->document->addStyleComponents('citation');
     $t = new Citation();
     $view->citation = $t->findRandom();
 }