コード例 #1
0
 public function printFooter()
 {
     $footer = new GcrSymfonyFooter($this->getInstitution());
     $footer->printFooter();
 }
コード例 #2
0
 public function printFooter()
 {
     $footer = new GcrSymfonyFooter($this);
     $footer->printFooter();
 }