Пример #1
0
 /**
  *Подвал текствовой части заявления
  *@return string
  */
 protected function footer()
 {
     if ($this->note != 0) {
         if ($this->temp == 'prosecutor' || $this->temp == 'prosecutor2') {
             if ($this->params['date3.year'] > 1970) {
                 $x[0] = 'Приложение: ответ из ГИБДД от ' . $this->params['date3.day'] . '.' . $this->params['date3.month'] . '.' . $this->params['date3.year'];
             }
         } else {
             $x[0] = 'Приложение: ' . $this->note . ' фотографи' . pdf1234::getEnd($this->note);
         }
     }
     return $x;
 }