Changeset 7746
- Timestamp:
- 03/05/08 13:10:27 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/plugins/sfPropelPlugin/lib/propel/widget/sfWidgetFormPropelSelect.class.php
r7147 r7746 91 91 return $choices; 92 92 } 93 94 public function __clone() 95 { 96 $this->setOption('choices', new sfCallable(array($this, 'getChoices'))); 97 } 93 98 }