ICanBoogie/ActiveRecord master
  • Namespace
  • Class

Namespaces

  • ICanBoogie
    • ActiveRecord
      • Driver

Classes

  • ActiveRecordCacheBase
  • BelongsToRelation
  • Connection
  • ConnectionCollection
  • ConnectionOptions
  • DateTimePropertySupport
  • HasManyRelation
  • Helpers
  • Model
  • ModelCollection
  • Query
  • Relation
  • RelationCollection
  • RelationNotDefined
  • RuntimeActiveRecordCache
  • Schema
  • SchemaColumn
  • Statement
  • Table

Interfaces

  • ActiveRecordCache
  • Driver
  • Exception

Traits

  • CreatedAtProperty
  • DateProperty
  • DateTimeProperty
  • FinishAtProperty
  • FinishedAtProperty
  • StartAtProperty
  • StartedAtProperty
  • UpdatedAtProperty

Exceptions

  • ActiveRecordClassNotValid
  • ConnectionAlreadyEstablished
  • ConnectionNotDefined
  • ConnectionNotEstablished
  • DriverNotDefined
  • ModelAlreadyInstantiated
  • ModelNotDefined
  • RecordNotFound
  • ScopeNotDefined
  • StatementInvocationFailed
  • StatementNotValid
  • UnableToSetFetchMode

Functions

  • extract_charset_and_collate
  • get_model

Class RelationNotDefined

Exception thrown in attempt to obtain a relation that is not defined.

ICanBoogie\OffsetNotDefined
Extended by ICanBoogie\ActiveRecord\RelationNotDefined implements ICanBoogie\ActiveRecord\Exception uses ICanBoogie\Accessor\AccessorTrait (not available)
Namespace: ICanBoogie\ActiveRecord
Located at ActiveRecord/RelationNotDefined.php

Methods summary

protected
# get_relation_name( )
protected
# get_collection( )
public
# __construct( string $relation_name, ICanBoogie\ActiveRecord\RelationCollection $collection, integer $code = 500, ICanBoogie\ActiveRecord\Exception $previous = null )

Parameters

$relation_name
$collection
$code
$previous

Properties summary

Magic properties

public read-only string $relation_name

Name of the undefined relation.

public read-only ICanBoogie\ActiveRecord\RelationCollection $collection

Relation collection.

ICanBoogie/ActiveRecord master API documentation generated by ApiGen