interface MovableInterface

Defines a model as moveable within its parent context

Methods

int|bool
getParentId()

Returns the parent id of the element

void
move($targetId)

Moves the element within its parent context

Details

at line 21
int|bool getParentId()

Returns the parent id of the element

Return Value

int|bool

$parent_id

at line 15
void move($targetId)

Moves the element within its parent context

Parameters

$targetId

Return Value

void