Doc
This commit is contained in:
parent
a54edd118a
commit
13d84e0416
@ -259,9 +259,9 @@ class ProductAttributeValue extends CommonObjectLine
|
|||||||
/**
|
/**
|
||||||
* Returns all product attribute values of a product attribute
|
* Returns all product attribute values of a product attribute
|
||||||
*
|
*
|
||||||
* @param int $prodattr_id Product attribute id
|
* @param int $prodattr_id Product attribute id
|
||||||
* @param bool $only_used Fetch only used attribute values
|
* @param bool $only_used Fetch only used attribute values
|
||||||
* @return ProductAttributeValue[]
|
* @return ProductAttributeValue[] Array of object
|
||||||
*/
|
*/
|
||||||
public function fetchAllByProductAttribute($prodattr_id, $only_used = false)
|
public function fetchAllByProductAttribute($prodattr_id, $only_used = false)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user