class AttackPath extends Collection (View source)

Properties

protected $collection_key
protected $edgesType
protected $edgesDataType
string $name
protected $pathNodesType
protected $pathNodesDataType

Methods

setEdges($edges)

No description

getEdges()

No description

setName($name)

No description

string
getName()

No description

setPathNodes($pathNodes)

No description

getPathNodes()

No description

Details

setEdges($edges)

No description

Parameters

$edges

AttackPathEdge[] getEdges()

No description

Return Value

AttackPathEdge[]

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setPathNodes($pathNodes)

No description

Parameters

$pathNodes

AttackPathNode[] getPathNodes()

No description

Return Value

AttackPathNode[]