ICanBoogie/ActiveRecord 3.0.x
  • Namespace
  • Class

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 ICanBoogie\DateTime
# get_finished_at( )

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 ICanBoogie\DateTime $finished_at
ICanBoogie/ActiveRecord 3.0.x API documentation generated by ApiGen