ICanBoogie
  • Documentation
  • API Reference
  • ActiveRecord 4.0.x
Namespaces
  • ICanBoogie
    • ActiveRecord
      • ActiveRecordCache
      • Driver
      • Property
      • Validate
        • Reader
        • Validator
        • ValidatorProvider
Classes
  • DateTimePropertySupport
Traits
  • CreatedAtProperty
  • DateProperty
  • DateTimeProperty
  • FinishAtProperty
  • FinishedAtProperty
  • StartAtProperty
  • StartedAtProperty
  • UpdatedAtProperty

Trait FinishedAtProperty

Implements a finished_at property.

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

Methods summary

protected get_finished_at( void ) : ICanBoogie\DateTime

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

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

Returns

ICanBoogie\DateTime
protected set_finished_at( mixed $datetime )

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

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

Parameters

$datetime

Properties summary

Magic properties

public $finished_at : ICanBoogie\DateTime
ActiveRecord 4.0.x – Check on GitHub – API documentation generated by ApiGen