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 UpdatedAtProperty

Implements a updated_at property.

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

Methods summary

protected ICanBoogie\DateTime
# get_updated_at( )

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

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

Returns

ICanBoogie\DateTime
protected
# set_updated_at( mixed $datetime )

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

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

Parameters

$datetime

Properties summary

Magic properties

public ICanBoogie\DateTime $updated_at
ICanBoogie/ActiveRecord 3.0.x API documentation generated by ApiGen