Changeset 2940

Show
Ignore:
Timestamp:
07/23/08 16:20:53 (1 month ago)
Author:
alexandrej
Message:

Mise à jour sur les méthodes de parsing

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/project/modules/devel/cms3/heading/classes/headingelementtype.class.php

    r2939 r2940  
    1010class HeadingElementType { 
    1111     
    12     public function getList() { 
     12    static public function getList() { 
    1313        CopixClassesFactory::fileInclude ('heading|headingparameterservices'); 
    1414        $config = CopixConfig::instance(); 
     
    2727     * @return String : libellé 
    2828     */ 
    29     public function getCaption ($id) { 
     29    static public function getCaption ($id) { 
    3030        $arData = self::getList($id); 
    3131        return $arData[$id];