Overview

Namespaces

  • Inlm
    • Model

Classes

  • EntityQuery
  • RepositoryQuery

Interfaces

  • IQueryable

Traits

  • TEntity
  • TEntityRowValue
  • TQueryableEntity
  • TQueryableRepository
  • TRepository
  • Overview
  • Namespace
  • Class

Trait TRepository

Namespace: Inlm\Model
Located at TRepository.php
Methods summary
public LeanMapper\Entity
# createNewEntity( )

Creates new empty (detached) entity

Creates new empty (detached) entity

Returns

LeanMapper\Entity
public LeanMapper\Entity|null
# get( $id )

Fetchs entity by primary key

Fetchs entity by primary key

Returns

LeanMapper\Entity|null
protected LeanMapper\Entity|null
# getByColumn( $column, $value )

Fetchs entity by column value

Fetchs entity by column value

Returns

LeanMapper\Entity|null
inlm/model v2.0.0 API documentation API documentation generated by ApiGen