Back to AssociationExtensionHelper class

Method getItemTypes

public array
getItemTypes
()
Get the item types
Returns
  • array Array of item types
Since
  • 3.7.0

Method getItemTypes - Source code

/**
 * Get the item types
 *
 * @return  array  Array of item types
 *
 * @since   3.7.0
 */
public function getItemTypes()
{
    return $this->itemTypes;
}