ICanBoogie
  • Documentation
  • API Reference
  • ActiveRecord master
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

Trait FinishAtProperty

Implements a finish_at property.

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

Methods summary

protected get_finish_at( void ) : ICanBoogie\DateTime

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

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

Returns

ICanBoogie\DateTime
protected set_finish_at( mixed $datetime )

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

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

Parameters

$datetime

Properties summary

Magic properties

public $finish_at : ICanBoogie\DateTime
ActiveRecord master – Check on GitHub – API documentation generated by ApiGen