Show
Ignore:
Timestamp:
10/01/08 21:02:13 (3 months ago)
Author:
nowelium
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/php/misc/Hermit/src/Hermit/annote/HermitAnnoteConst.php

    r20200 r20387  
    6767    } 
    6868    public function getProcedure(ReflectionMethod $method){ 
    69         $key = $method->getName . self::PROCEDURE_SUFFIX; 
     69        $key = $method->getName() . self::PROCEDURE_SUFFIX; 
    7070        if($this->reflector->hasConstant($key)){ 
    7171            return $this->reflector->getConstant($key);