Class TLazyLoadList
TLazyLoadList executes mapped statements when the proxy collection is first accessed.
Package: System\Data\SqlMap
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/DataMapper/TLazyLoadList.php
Copyright: Copyright © 2005-2014 PradoSoft
License: http://www.pradosoft.com/license/
Author: Wei Zhuo <weizho[at]gmail[dot]com>
Since: 3.1
Located at Data/SqlMap/DataMapper/TLazyLoadList.php
protected
|
#
__construct(
Create a new proxy list that will execute the mapped statement when any of the list's method are accessed for the first time. |
public static
|
#
newInstance(
Create a new instance of a lazy collection. |
public
|
|
protected
|
|
public
boolean
|
#
hasMethod( string $method )
Try to fetch the data when any of the proxy collection method is called. |