Fr3nch13/CakePHP Utilities

MagicPropertyTrait

Provides the magic methods that allow read access to magic properties.

Table of Contents

Properties

$age  : int
$day  : int
$dayOfWeek  : int
$dayOfWeekName  : string
$dayOfYear  : int
$daysInMonth  : int
$dst  : bool
$hour  : int
$local  : bool
$micro  : int
$minute  : int
$month  : int
$offset  : int
$offsetHours  : int
$quarter  : int
$second  : int
$timestamp  : int
$timezone  : DateTimeZone
$timezoneName  : string
$tz  : DateTimeZone
$tzName  : string
$utc  : bool
$weekOfMonth  : int
$weekOfYear  : int
$year  : int
$yearIso  : int

Methods

__get()  : string|int|bool|DateTimeZone
Get a part of the ChronosInterface object
__isset()  : bool
Check if an attribute exists on the object

Properties

Methods

__get()

Get a part of the ChronosInterface object

public __get(string $name) : string|int|bool|DateTimeZone
Parameters
$name : string

The property name to read.

Tags
throws
InvalidArgumentException
Return values
string|int|bool|DateTimeZone

The property value.

__isset()

Check if an attribute exists on the object

public __isset(string $name) : bool
Parameters
$name : string

The property name to check.

Return values
bool

Whether or not the property exists.


        
On this page

Search results