Documentation

Component
in package

Represents a set of property/value pairs. A Component is retrieved from a MatchCandidate during the token Trie walk. The component's weight is used to determine whether a component should override an already found component.

Tags
author

DeviceAtlas Limited

Table of Contents

Properties

$cT  : mixed
$eV  : mixed
$id  : mixed
$iF  : mixed
$p  : mixed
$pDP  : mixed
$ps  : mixed
$pTDV  : mixed
$sC  : mixed
$sV  : mixed
$vSC  : mixed
$w  : mixed

Methods

__construct()  : mixed
equals()  : mixed
getComponentType()  : mixed
getEndVersion()  : mixed
getId()  : mixed
getInheritsFrom()  : mixed
getParent()  : mixed
getProperties()  : mixed
getPropertiesToDynamicValues()  : mixed
getSpecificChildInstance()  : Component
Check if there is a specific version of a generic component as a child of this parent component.
getStartVersion()  : mixed
getStockChild()  : mixed
getVersionSpecificChildren()  : mixed
getWeight()  : mixed
hasDynamicPropertyRules()  : mixed
hasEndVersion()  : mixed
hasInheritsFrom()  : mixed
hasParent()  : mixed
hasProperties()  : mixed
hasStockChild()  : mixed
hasVersionSpecificChildren()  : mixed
precedesDynamicProperty()  : mixed
setInheritsFrom()  : mixed
setParent()  : mixed
setPropertiesToDynamicValues()  : mixed
setStockChild()  : mixed

Properties

Methods

__construct()

public __construct(mixed $id, mixed $weight, mixed $componentType, mixed $properties, mixed $propertyIdsToDynamicValues, mixed $precedesDynamicProperty, mixed $versionSpecificChildren, mixed $startVersion, mixed $endVersion) : mixed
Parameters
$id : mixed
$weight : mixed
$componentType : mixed
$properties : mixed
$propertyIdsToDynamicValues : mixed
$precedesDynamicProperty : mixed
$versionSpecificChildren : mixed
$startVersion : mixed
$endVersion : mixed

equals()

public equals(mixed $obj) : mixed
Parameters
$obj : mixed

getComponentType()

public getComponentType() : mixed

getEndVersion()

public getEndVersion() : mixed

getInheritsFrom()

public getInheritsFrom() : mixed

getProperties()

public getProperties() : mixed

getPropertiesToDynamicValues()

public getPropertiesToDynamicValues() : mixed

getSpecificChildInstance()

Check if there is a specific version of a generic component as a child of this parent component.

public getSpecificChildInstance(Component $genericComponent) : Component
Parameters
$genericComponent : Component
Return values
Component

getStartVersion()

public getStartVersion() : mixed

getStockChild()

public getStockChild() : mixed

getVersionSpecificChildren()

public getVersionSpecificChildren() : mixed

hasDynamicPropertyRules()

public hasDynamicPropertyRules() : mixed

hasEndVersion()

public hasEndVersion() : mixed

hasInheritsFrom()

public hasInheritsFrom() : mixed

hasProperties()

public hasProperties() : mixed

hasStockChild()

public hasStockChild() : mixed

hasVersionSpecificChildren()

public hasVersionSpecificChildren() : mixed

precedesDynamicProperty()

public precedesDynamicProperty() : mixed

setPropertiesToDynamicValues()

public setPropertiesToDynamicValues(mixed $propertiesToDynamicValues) : mixed
Parameters
$propertiesToDynamicValues : mixed

        
On this page

Search results