ICanBoogie
  • Documentation
  • API Reference
  • ActiveRecord v2.2.0
Namespaces
  • ICanBoogie
    • ActiveRecord
Classes
  • ActiveRecordCacheBase
  • BelongsToRelation
  • Connection
  • ConnectionCollection
  • ConnectionOptions
  • DateTimePropertySupport
  • HasManyRelation
  • Helpers
  • Model
  • ModelCollection
  • Query
  • Relation
  • RelationCollection
  • RelationNotDefined
  • RunTimeActiveRecordCache
  • Statement
  • Table
Interfaces
  • ActiveRecordCache
  • Exception
Traits
  • CreatedAtProperty
  • DateTimeProperty
  • UpdatedAtProperty
Exceptions
  • ActiveRecordClassNotValid
  • ConnectionAlreadyEstablished
  • ConnectionNotDefined
  • ConnectionNotEstablished
  • ModelAlreadyInstantiated
  • ModelNotDefined
  • RecordNotFound
  • ScopeNotDefined
  • StatementNotValid
  • UnableToSetFetchMode

Class RelationNotDefined

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

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

Methods summary

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

Properties summary

Magic properties

public read-only $relation_name : string

Name of the undefined relation.

public read-only $collection : ICanBoogie\ActiveRecord\RelationCollection

Relation collection.

ActiveRecord v2.2.0 – Check on GitHub – API documentation generated by ApiGen