Documentation

Command
in package
implements CommandInterface

Interfaces, Classes, Traits and Enums

CommandInterface

Table of Contents

CHILD  = '@actor is a child of @actee'
DEPENDS_ON  = '@actor depends on @actee'
DONE  = '@actor is done'
MOVE  = 'move @actor to @list'
NOT_CHILD  = '@actor is not a child of @actee'
NOT_DEPENDS_ON  = '@actor does not depend on @actee'
NOT_DONE  = '@actor is not done'
NOT_RELATES_TO  = '@actor does not relate to @actee'
RELATES_TO  = '@actor relates to @actee'
$data  : mixed
getActee()  : mixed
getActionClause()  : mixed
getActor()  : mixed
setActee()  : CommandInterface
setAction()  : CommandInterface
setActor()  : CommandInterface

Constants

CHILD

public mixed CHILD = '@actor is a child of @actee'

DEPENDS_ON

public mixed DEPENDS_ON = '@actor depends on @actee'

DONE

public mixed DONE = '@actor is done'

MOVE

public mixed MOVE = 'move @actor to @list'

NOT_CHILD

public mixed NOT_CHILD = '@actor is not a child of @actee'

NOT_DEPENDS_ON

public mixed NOT_DEPENDS_ON = '@actor does not depend on @actee'

NOT_DONE

public mixed NOT_DONE = '@actor is not done'

NOT_RELATES_TO

public mixed NOT_RELATES_TO = '@actor does not relate to @actee'

RELATES_TO

public mixed RELATES_TO = '@actor relates to @actee'

Properties

Methods

getActee()

public getActee() : mixed
Return values
mixed

getActionClause()

public getActionClause() : mixed
Return values
mixed

getActor()

public getActor() : mixed
Return values
mixed

Search results