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 StartAtProperty

Implements a start_at property.

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

Methods summary

protected ICanBoogie\DateTime
# get_start_at( )

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

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

Returns

ICanBoogie\DateTime
protected
# set_start_at( mixed $datetime )

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

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

Parameters

$datetime

Properties summary

Magic properties

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