PHP Interface Nextras\Orm\Collection\IEntityPreloadContainer

Show file Open project: nextras/orm Interface Usage Examples

Public Methods

Method Description
getPreloadValues ( string $property ) : array Returns array of $property values for preloading.

Method Details

getPreloadValues() public method

Returns array of $property values for preloading.
public getPreloadValues ( string $property ) : array
$property string
return array