ICanBoogie
  • Documentation
  • API Reference
  • ActiveRecord 3.0.x
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 get_started_at( void ) : ICanBoogie\DateTime

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 $started_at : ICanBoogie\DateTime
ActiveRecord 3.0.x – Check on GitHub – API documentation generated by ApiGen