Changeset 2940
- Timestamp:
- 07/23/08 16:20:53 (1 month ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/project/modules/devel/cms3/heading/classes/headingelementtype.class.php
r2939 r2940 10 10 class HeadingElementType { 11 11 12 public function getList() {12 static public function getList() { 13 13 CopixClassesFactory::fileInclude ('heading|headingparameterservices'); 14 14 $config = CopixConfig::instance(); … … 27 27 * @return String : libellé 28 28 */ 29 public function getCaption ($id) {29 static public function getCaption ($id) { 30 30 $arData = self::getList($id); 31 31 return $arData[$id];
