Changeset 383

Show
Ignore:
Timestamp:
07/29/08 17:57:06 (5 months ago)
Author:
mrook
Message:

#258 - Change getPhingVersion() method signature to public static

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.3/classes/phing/Phing.php

    r379 r383  
    798798         * @throws BuildException - if unable to find version file. 
    799799         */ 
    800         function getPhingVersion() { 
     800        public static function getPhingVersion() { 
    801801                $versionPath = self::getResourcePath("phing/etc/VERSION.TXT"); 
    802802                if ($versionPath === null) {