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 DateTimeProperty

Implements a datetime property.

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

Methods summary

protected get_datetime( void ) : ICanBoogie\DateTime

Returns the date and time.

Returns the date and time.

Returns

ICanBoogie\DateTime
protected set_datetime( mixed $datetime )

Sets the date and time.

Sets the date and time.

Parameters

$datetime

Properties summary

Magic properties

public $datetime : ICanBoogie\DateTime
ActiveRecord 3.0.x – Check on GitHub – API documentation generated by ApiGen