예제 #1
0
파일: Code39.php 프로젝트: alab1001101/zf2
 /**
  * Retrieve text to display
  * @return string
  */
 public function getText()
 {
     return '*' . parent::getText() . '*';
 }