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 StartedAtProperty

Implements a started_at property.

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

Methods summary

protected ICanBoogie\DateTime
# get_started_at( )

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

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

Returns

ICanBoogie\DateTime
protected
# set_started_at( mixed $datetime )

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

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

Parameters

$datetime

Properties summary

Magic properties

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