WC_Product::get_downloadable PHP Method

get_downloadable() public method

Get downloadable.
Since: 2.7.0
public get_downloadable ( string $context = 'view' ) : boolean
$context string
return boolean
    public function get_downloadable($context = 'view')
    {
        return $this->get_prop('downloadable', $context);
    }
WC_Product