ICanBoogie
  • Documentation
  • API Reference
  • bind-facets v0.5.0
Namespaces
  • ICanBoogie
    • Binding
      • Facets
Classes
  • Hooks
Interfaces
  • HasCriteriaProperty
  • HasCriterionListProperty
  • HasFetchRecordMethod
  • HasFetchRecordsMethod
Traits
  • ModelBindings

Interface HasFetchRecordMethod

Indicates that an instance has a fetch_record method, whether it is a class method or a prototype one.

Namespace: ICanBoogie\Binding\Facets
See: \ICanBoogie\Binding\Facets\Hooks::fetch_record()
Located at HasFetchRecordMethod.php

Methods summary

public fetch_record( array $conditions, ICanBoogie\Facets\Fetcher & $fetcher = null ) : ICanBoogie\Facets\RecordCollection

Parameters

$conditions
$fetcher

If the parameter fetcher is present, the ICanBoogie\Facets\Fetcher instance used to fetch the record is stored inside.

Returns

ICanBoogie\Facets\RecordCollection
bind-facets v0.5.0 – Check on GitHub – API documentation generated by ApiGen