getAttributes() 공개 메소드

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