Changeset 7832 for OpenPNE3/trunk/plugins/sfOpenPNESecurityUserPlugin/lib/user/sfOpenPNEAuthContainer.class.php
- Timestamp:
- Jul 24, 2008, 8:46:32 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/trunk/plugins/sfOpenPNESecurityUserPlugin/lib/user/sfOpenPNEAuthContainer.class.php
r7820 r7832 8 8 * @author Kousuke Ebihara <ebihara@tejimaya.net> 9 9 */ 10 class sfOpenPNEAuthContainer10 abstract class sfOpenPNEAuthContainer 11 11 { 12 public function fetchData($form) 13 { 14 } 12 /** 13 * Fetch data from storage container 14 * 15 * @param sfForm $form 16 * @return int memberId 17 */ 18 abstract public function fetchData($form); 15 19 }
Note: See TracChangeset
for help on using the changeset viewer.