File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / classes / DbField / DbFieldAnswer.class.php
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Mar 21 18:06:04 2010 UTC (14 years, 3 months ago) by roma7
Branches: MAIN
CVS tags: HEAD
FB2 export

    1: <?php
    2: 
    3: class DbFieldAnswer extends DbField {
    4:   public function getName() {
    5:     return 'Ответ';
    6:   }
    7:   public function getFb2() {
    8:     $result = "\n<empty-line/>\n".parent::getFb2();
    9:     return $result;
   10:   }
   11: 
   12: }

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>