AttributeSetsSpecificAttribute
in package
AttributeSetGroup
Tags
Table of Contents
Properties
- $attribute : mixed
- $attributeSet : mixed
- $id : int
Methods
- getAttribute() : Attribute
- Get attribute.
- getAttributeSet() : AttributeSet
- Get attributeSet.
- getId() : int
- Get id.
- setAttribute() : AttributeSetsSpecificAttribute
- Set attribute.
- setAttributeSet() : AttributeSetsSpecificAttribute
- Set attributeSet.
Properties
$attribute
private
mixed
$attribute
Tags
$attributeSet
private
mixed
$attributeSet
Tags
$id
private
int
$id
Tags
Methods
getAttribute()
Get attribute.
public
getAttribute() : Attribute
Return values
AttributegetAttributeSet()
Get attributeSet.
public
getAttributeSet() : AttributeSet
Return values
AttributeSetgetId()
Get id.
public
getId() : int
Return values
intsetAttribute()
Set attribute.
public
setAttribute(Attribute $attribute) : AttributeSetsSpecificAttribute
Parameters
- $attribute : Attribute
Return values
AttributeSetsSpecificAttributesetAttributeSet()
Set attributeSet.
public
setAttributeSet(AttributeSet $attributeSet) : AttributeSetsSpecificAttribute
Parameters
- $attributeSet : AttributeSet