Documentation

Time extends Component
in package
implements Stringable

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

Stringable

Constants

FORMAT  = 'h:i A'
FORMAT_24_HOUR  = 'H:i'

Properties

$datetime  : DateTime
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
__toString()  : mixed
{@inheritdoc}
extends()  : bool
format()  : string
Formats the time according to a certain format
getReflection()  : ReflectionClass
init()  : mixed

Constants

FORMAT_24_HOUR

public mixed FORMAT_24_HOUR = 'H:i'

Properties

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

__toString()

{@inheritdoc}

public __toString() : mixed
Tags
see
Component::__toString()

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

format()

Formats the time according to a certain format

public format([string|null $format = self::FORMAT ]) : string
Parameters
$format : string|null = self::FORMAT

The format to use in formatting the time

Return values
string

The formatted time

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

        
On this page

Search results