File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / classes / DbPackage / DbPackageError.class.php
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Sat Apr 24 21:45:51 2010 UTC (14 years, 2 months ago) by roma7
Branches: MAIN
CVS tags: HEAD
Version 2 big update

    1: <?php
    2: 
    3: class DbPackageError extends DbPackage {
    4:   public function getPrintVersion() {
    5:     return 'No package with id '.$this->id;
    6:   }
    7:   public function loadFromDatabase() {
    8:     return;
    9:   }
   10:   
   11: #  public function getFb2() {
   12: #    return false;
   13: #  }
   14: 
   15: }

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