コード例 #1
0
 protected function renderTrunk(Port $port)
 {
     if ($port->isInTrunk()) {
         echo $port->getTrunkName();
     }
 }