Catalogue
class Catalogue implements PrimaryKeyInterface
Class Catalogue
Constants
| CATALOGUE_FOLDER |
Catalogue folder |
| CATALOGUE_TMP_FOLDER |
Catalogue temp folder |
| UPLOAD_DIR |
Upload directory |
Properties
| protected bool | $allCategoryProductsSelected | Checks if all products are selected | |
| protected int | $priority | Catalogue priority in list of catalogues |
Methods
Catalogue constructor.
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
No description
Get server path
Get rid of the DIR so it doesn't screw up when displaying uploaded doc/image inklimacold. the view.
Get absolute path
Get root upload dir
No description
No description
Details
at line 231
__construct()
Catalogue constructor.
at line 242
integer
getId()
at line 252
Catalogue
setId(int $id)
at line 262
string
getName()
at line 272
Catalogue
setName(string $name)
at line 282
mixed
getFirstPage()
at line 292
Catalogue
setFirstPage(mixed $firstPage)
at line 302
mixed
getLastPage()
at line 312
Catalogue
setLastPage(mixed $lastPage)
at line 322
mixed
getCatalogueUrl()
at line 332
Catalogue
setCatalogueUrl(mixed $catalogueUrl)
at line 342
mixed
getCategories()
at line 352
Catalogue
setCategories(mixed $categories)
at line 392
int
getNumberOfProducts()
at line 402
Catalogue
setNumberOfProducts(int $numberOfProducts)
at line 412
mixed
getFirstPageBaseImageUrl()
at line 420
Catalogue
setFirstPageBaseImageUrl()
at line 430
mixed
getLastPageBaseImageUrl()
at line 438
Catalogue
setLastPageBaseImageUrl()
at line 448
removeLastPageImage(Image $imageL)
at line 457
mixed
getCategoryProducts()
at line 467
Catalogue
setCategoryProducts(mixed $categoryProducts)
at line 477
mixed
getActionProducts()
at line 487
Catalogue
setActionProducts(mixed $actionProducts)
at line 499
$this
addCategoryProduct(Product $product)
at line 557
boolean
isAllCategoryProductsSelected()
at line 567
Catalogue
setAllCategoryProductsSelected(boolean $allCategoryProductsSelected)
at line 577
string
getPdfFile()
at line 587
Catalogue
setPdfFile(mixed $pdfFile)
at line 597
mixed
getWebPath()
at line 608
string
getServer()
Get server path
at line 632
string
getUploadDir()
Get rid of the DIR so it doesn't screw up when displaying uploaded doc/image inklimacold. the view.
at line 641
null|string
getAbsolutePath()
Get absolute path
at line 652
string
getUploadRootDir()
Get root upload dir