Overview

Namespaces

  • LeanMapper
    • Bridges
      • Nette
        • DI
    • Exception
    • Reflection
    • Relationship

Classes

  • Caller
  • Connection
  • DataDifference
  • DefaultEntityFactory
  • DefaultMapper
  • Entity
  • EntityDataDecoder
  • Events
  • Filtering
  • FilteringResult
  • FilteringResultDecorator
  • Fluent
  • ImplicitFilters
  • Repository
  • Result
  • ResultProxy
  • Row

Interfaces

  • IEntityFactory
  • IMapper
  • Overview
  • Namespace
  • Class

Class Connection

\Dibi\Connection with filter support

Dibi\Connection
Extended by LeanMapper\Connection
Namespace: LeanMapper
Author: Vojtěch Kohout
Located at LeanMapper/Connection.php
Methods summary
public
# registerFilter( string $name, mixed $callback, string|integer|null $wiringSchema = null )

Registers new filter

Registers new filter

Parameters

$name
$callback
$wiringSchema

Throws

LeanMapper\Exception\InvalidArgumentException
public boolean
# hasFilter( string $name )

Parameters

$name

Returns

boolean
public callable
# getFilterCallback( string $name )

Gets callable filter's callback

Gets callable filter's callback

Parameters

$name

Returns

callable
public string
# getWiringSchema( string $filterName )

Gets wiring schema

Gets wiring schema

Parameters

$filterName

Returns

string
public LeanMapper\Fluent
# command( )

Creates new instance of Fluent

Creates new instance of Fluent

Returns

LeanMapper\Fluent
Constants summary
integer WIRE_ENTITY
# 1
integer WIRE_PROPERTY
# 2
integer WIRE_ENTITY_AND_PROPERTY
# 3
tharos/leanmapper v3.1.0 API documentation API documentation generated by ApiGen