categoryListingTemplate; } /** * This override will not set the new product listing template. * * @param StringType $filename * * @return $this */ public function setProductListingTemplate(StringType $filename) { return $this; } /** * Will return the default template value. * * @return string */ public function getProductListingTemplate() { return $this->productListingTemplate; } }