Smalot\Magento\Catalog\ProductAttribute::create PHP Méthode

create() public méthode

Allows you to create a new product attribute.
public create ( array $data ) : Smalot\Magento\ActionInterface
$data array
Résultat Smalot\Magento\ActionInterface
    public function create($data)
    {
        return $this->__createAction('product_attribute.create', func_get_args());
    }