libSmalldb  v2.0.2
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
AbstractSmalldbRepository Class Reference

Inheritance diagram for AbstractSmalldbRepository

Public Member Functions

 __construct (Smalldb $smalldb)
 
 ref ($id)
 Create a reference to a state machine identified by $id. More...
 

Protected Member Functions

 getMachineProvider ()
 
 getReferenceClass ()
 

Protected Attributes

const REF_CLASS = null
 
Smalldb $smalldb
 

Constructor & Destructor Documentation

◆ __construct()

__construct ( Smalldb  $smalldb)

Member Function Documentation

◆ getMachineProvider()

getMachineProvider ( )
protected

◆ getReferenceClass()

getReferenceClass ( )
protected

◆ ref()

ref (   $id)
inherited

Create a reference to a state machine identified by $id.

Implemented in AbstractSqlRepository, and AbstractDoctrineRepository.

Member Data Documentation

◆ REF_CLASS

const REF_CLASS = null
protected
See also
string

◆ $smalldb

Smalldb $smalldb
protected