trait OrderTrait

Class OrderTrait.

Methods

$this
setOrder( int $order)

No description

int
getOrder()

No description

bool
hasOrder()

No description

$this
clearOrder()

No description

$this
incrementOrder( int $by = 1)

No description

$this
decrementOrder( int $by = 1)

No description

Details

at line line 30
$this setOrder( int $order)

Parameters

int $order

Return Value

$this

at line line 40
int getOrder()

Return Value

int

at line line 48
bool hasOrder()

Return Value

bool

at line line 56
$this clearOrder()

Return Value

$this

at line line 68
$this incrementOrder( int $by = 1)

Parameters

int $by

Return Value

$this

at line line 80
$this decrementOrder( int $by = 1)

Parameters

int $by

Return Value

$this