Beispiel #1
0
 /**
  * Finds attribute for selected ID.
  *
  * If attribute is not found - returns null.
  *
  * @param int $id Attribute ID.
  *
  * @return Attribute
  */
 public function getAttribute($id)
 {
     return $this->factory->getAttribute($id);
 }