Smalot\Magento\Catalog\ProductAttribute::getInfo PHP Method

getInfo() public method

Allows you to get full information about a required attribute with the list of options.
public getInfo ( string $attribute ) : Smalot\Magento\ActionInterface
$attribute string
return Smalot\Magento\ActionInterface
    public function getInfo($attribute)
    {
        return $this->__createAction('product_attribute.info', func_get_args());
    }