class Type implements ExportableInterface (View source)

Traits

Properties

protected $package from  PackageTrait
protected $controller
protected $atID
protected $atHandle
protected $categories
protected $atName

Methods

mixed
getPackage()

No description

setPackage(mixed $package)

No description

getPackageID()

No description

getPackageHandle()

No description

__construct()

No description

mixed
getAttributeTypeID()

No description

mixed
getAttributeTypeHandle()

No description

setAttributeTypeHandle(mixed $atHandle)

No description

mixed
getAttributeTypeName()

No description

setAttributeTypeName(mixed $atName)

No description

mixed
getAttributeCategories()

No description

setAttributeCategories(mixed $categories)

No description

isAssociatedWithCategory(Category $category)

No description

getAttributeTypeDisplayName($format = 'html')

No description

getExporter()

No description

getController()

No description

render($view, $ak = false, $value = false, $return = false) deprecated

No description

delete() deprecated

No description

Details

mixed getPackage()

No description

Return Value

mixed

setPackage(mixed $package)

No description

Parameters

mixed $package

getPackageID()

No description

getPackageHandle()

No description

__construct()

No description

mixed getAttributeTypeID()

No description

Return Value

mixed

mixed getAttributeTypeHandle()

No description

Return Value

mixed

setAttributeTypeHandle(mixed $atHandle)

No description

Parameters

mixed $atHandle

mixed getAttributeTypeName()

No description

Return Value

mixed

setAttributeTypeName(mixed $atName)

No description

Parameters

mixed $atName

mixed getAttributeCategories()

No description

Return Value

mixed

setAttributeCategories(mixed $categories)

No description

Parameters

mixed $categories

isAssociatedWithCategory(Category $category)

No description

Parameters

Category $category

getAttributeTypeDisplayName($format = 'html')

No description

Parameters

$format

ItemInterface getExporter()

No description

Return Value

ItemInterface

getController()

No description

render($view, $ak = false, $value = false, $return = false) deprecated

deprecated

No description

Parameters

$view
$ak
$value
$return

delete() deprecated

deprecated You shouldnt have to call this, the package uninstaller itself will take care of this

No description