Changeset 135
- Timestamp:
- 02/02/07 19:39:24 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.2/classes/phing/parser/ProjectConfigurator.php
r70 r135 33 33 * 34 34 * @author Andreas Aderhold <andi@binarycloud.com> 35 * @copyright ©2001,2002 THYRELL. All rights reserved35 * @copyright ᅵ 2001,2002 THYRELL. All rights reserved 36 36 * @version $Revision: 1.17 $ $Date: 2006/01/06 14:57:18 $ 37 37 * @access public … … 239 239 * @param array the element's attributes 240 240 */ 241 function configureId(&$target, $attr) {241 public function configureId($target, $attr) { 242 242 if (isset($attr['id']) && $attr['id'] !== null) { 243 243 $this->project->addReference($attr['id'], $target);
