ICanBoogie
  • Documentation
  • API Reference
  • ActiveRecord 4.0.x
Namespaces
  • ICanBoogie
    • ActiveRecord
      • ActiveRecordCache
      • Driver
      • Property
      • Validate
        • Reader
        • Validator
        • ValidatorProvider
Classes
  • DateTimePropertySupport
Traits
  • CreatedAtProperty
  • DateProperty
  • DateTimeProperty
  • FinishAtProperty
  • FinishedAtProperty
  • StartAtProperty
  • StartedAtProperty
  • UpdatedAtProperty

Trait DateProperty

Implements a date property.

Namespace: ICanBoogie\ActiveRecord\Property
Codecoverageignore
Located at ActiveRecord/Property/DateProperty.php

Methods summary

protected get_date( void ) : ICanBoogie\DateTime

Returns the date.

Returns the date.

Returns

ICanBoogie\DateTime
protected set_date( mixed $date )

Sets the date.

Sets the date.

Parameters

$date

Properties summary

Magic properties

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