Class Hooks
Methods summary
public static
array
|
#
synthesize_config( array $fragments )
Synthesizes the |
public static
array
|
#
criteria_from( ICanBoogie\ActiveRecord\Model $model )
Returns the criteria associated with the specified model. |
public static
ICanBoogie\Facets\CriterionList
|
#
criterion_list_from( ICanBoogie\ActiveRecord\Model $model )
Returns the ICanBoogie\Facets\CriterionList instance associated with the specified model. |
public static
ICanBoogie\Facets\RecordCollection|null
|
#
fetch_records( ICanBoogie\ActiveRecord\Model $model, array $conditions )
Fetches the records matching the specified conditions. |
public static
ICanBoogie\ActiveRecord|null
|
#
fetch_record( ICanBoogie\ActiveRecord\Model $model, array $conditions, ICanBoogie\Facets\Fetcher & $fetcher = null )
Fetches a record matching the specified conditions. |