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

Trait CreatedAtProperty

Implements a created_at property.

Namespace: ICanBoogie\ActiveRecord
See: ICanBoogie\ActiveRecord\DateTimeProperty
Located at ActiveRecord/CreatedAtProperty.php

Methods summary

protected ICanBoogie\DateTime
# get_created_at( )

Returns the date and time at which the record was created.

Returns the date and time at which the record was created.

Returns

ICanBoogie\DateTime
protected
# set_created_at( mixed $datetime )

Sets the date and time at which the record was created.

Sets the date and time at which the record was created.

Parameters

$datetime

Properties summary

Magic properties

public ICanBoogie\DateTime $created_at
ICanBoogie/ActiveRecord master API documentation generated by ApiGen