Back to PhocacartOrder class

Method isThereSomeDownloadableFile

public
isThereSomeDownloadableFile
()

Method isThereSomeDownloadableFile - Source code

public function isThereSomeDownloadableFile()
{
    return $this->downloadable_product;
}