Class TActiveRecordInvalidFinderResult
TActiveRecordInvalidFinderResult class. TActiveRecordInvalidFinderResult defines the enumerable type for possible results if an invalid TActiveRecord::__call magic-finder invoked.
The following enumerable values are defined:
- Null: return null (default)
- Exception: throws a TActiveRecordException
- TEnumerable implements Iterator
-
TActiveRecordInvalidFinderResult
Package: System\Data\ActiveRecord
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Yves Berkholz <godzilla80@gmx.net>
Since: 3.1.5
See:
See:
See:
Located at Data/ActiveRecord/TActiveRecord.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Yves Berkholz <godzilla80@gmx.net>
Since: 3.1.5
See:
TActiveRecordManager::setInvalidFinderResult()
See:
TActiveRecordConfig::setInvalidFinderResult()
See:
TActiveRecord::setInvalidFinderResult()
Located at Data/ActiveRecord/TActiveRecord.php
__construct(),
current(),
key(),
next(),
rewind(),
valid()
|
string |
Null |
'Null' |
|
string |
Exception |
'Exception' |