trait PublishOnTrait

Class PublishOnTrait.

Methods

$this
setPublishOn( DateTime $publishOn)

No description

DateTime|null
getPublishOn()

No description

bool
isPublished()

No description

$this
publish()

No description

$this
unPublish()

No description

string
formatPublishOn( string $format)

No description

bool
hasPublishOn()

No description

$this
clearPublishOn()

No description

Details

at line line 32
$this setPublishOn( DateTime $publishOn)

Parameters

DateTime $publishOn

Return Value

$this

at line line 42
DateTime|null getPublishOn()

Return Value

DateTime|null

at line line 50
bool isPublished()

Return Value

bool

at line line 62
$this publish()

Return Value

$this

at line line 72
$this unPublish()

Return Value

$this

at line line 86
string formatPublishOn( string $format)

Parameters

string $format

Return Value

string

Exceptions

OrmException

at line line 100
bool hasPublishOn()

Return Value

bool

at line line 108
$this clearPublishOn()

Return Value

$this