getAttributes() public method

public getAttributes ( ) : array
return array
Beispiel #1
0
 /**
  * @return NodeElement[]
  *
  * @throws \InvalidArgumentException
  */
 private function getProductAttributes()
 {
     $attributes = $this->showPage->getAttributes();
     Assert::notNull($attributes, 'The product has no attributes.');
     return $attributes;
 }