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
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'
$data
protected
mixed
$data
= []
getActee()
public
getActee() : mixed
Return values
mixed
—
getActionClause()
public
getActionClause() : mixed
Return values
mixed
—
getActor()
public
getActor() : mixed
Return values
mixed
—
setActee()
public
setActee(string $type[, mixed $id = NULL ]) : CommandInterface
Parameters
-
$type
: string
-
-
$id
: mixed
= NULL
-
Return values
CommandInterface
—
setAction()
public
setAction(string $type) : CommandInterface
Parameters
-
$type
: string
-
Return values
CommandInterface
—
setActor()
public
setActor(string $type[, mixed $id = NULL ]) : CommandInterface
Parameters
-
$type
: string
-
-
$id
: mixed
= NULL
-
Return values
CommandInterface
—