Site logo file
API
Search
Phoca.cz Main Site
Phoca Cart
Phoca Cart Demo
Search
Search
Advanced Search
Projects
Joomla
Phoca Cart
Phoca Gallery
Phoca Download
Classes
PhocacartAccess
PhocacartAccessRights
PhocacartAttribute
PhocacartCalculation
PhocacartCaptcha
PhocacartCaptchaRecaptcha
PhocacartCart
PhocacartCartCalculation
PhocacartCartDb
PhocacartCartRendercart
PhocacartCartRendercheckout
PhocacartCategory
PhocacartCategoryMultiple
PhocacartCompare
PhocacartCount
PhocacartCountry
PhocacartCoupon
PhocacartCurrency
PhocacartDate
PhocacartDiscountCart
PhocacartDiscountProduct
PhocacartDownload
PhocacartEdit
PhocacartEmail
PhocacartEmailFactory
PhocacartEmailMail
PhocacartFeed
PhocacartFile
PhocacartFileAdditional
PhocacartFileThumbnail
PhocacartFileUpload
PhocacartFileUploadmultiple
PhocacartFileUploadsingle
PhocacartFilter
PhocacartFormItems
PhocacartFormUser
PhocacartGroup
PhocacartHtmlBatch
PhocacartHtmlFeatured
PhocacartHtmlGrid
PhocacartHtmlJgrid
PhocacartId
PhocacartImage
PhocacartImageAdditional
PhocacartImageMagic
PhocacartLanguage
PhocacartLog
PhocacartManufacturer
PhocacartNewsletter
PhocacartOrder
PhocacartOrderCalculation
PhocacartOrdering
PhocacartOrderRender
PhocacartOrderStatus
PhocacartOrderView
PhocacartPagination
PhocacartParameter
PhocacartPath
PhocacartPayment
PhocacartPdf
PhocacartPlugin
PhocacartPos
PhocacartPosPrint
PhocacartPrice
PhocacartPriceBulkprice
PhocacartPriceHistory
PhocacartProduct
PhocacartRegion
PhocacartRelated
PhocacartRenderAdmin
PhocacartRenderAdmincolumns
PhocacartRenderAdminjs
PhocacartRenderAdminmedia
PhocacartRenderAdminview
PhocacartRenderAdminviews
PhocacartRenderFront
PhocacartRenderIcon
PhocacartRenderJs
PhocacartRenderMedia
PhocacartRenderStyle
PhocacartReview
PhocacartReward
PhocacartRoute
PhocaCartRouterrules
PhocacartSearch
PhocacartSection
PhocacartSecurity
PhocacartShipping
PhocacartSize
PhocacartSpecification
PhocacartStatistics
PhocacartStatisticsHits
PhocacartStock
PhocacartSubmit
PhocacartTag
PhocacartTax
PhocacartText
PhocacartTicket
PhocacartTime
PhocacartType
PhocacartUnit
PhocacartUser
PhocacartUserGuestuser
PhocacartUtils
PhocacartUtilsAdmindescription
PhocacartUtilsBatchhelper
PhocacartUtilsException
PhocacartUtilsExtension
PhocacartUtilsInfo
PhocacartUtilsOptions
PhocacartUtilsSettings
PhocacartVendor
PhocacartWishlist
PhocacartZone
Methods
getTags
getTagsSubmitItems
getTagsByIds
getTagLabels
getTagLabelsSubmitItems
getTagsLabelsByIds
getAllTags
storeTags
storeTagLabels
getAllTagsList
getAllTagsSelectBox
getTagsRendered
getTagType
getActiveTags
getActiveLabels
You are here:
Home
Phoca Cart
PhocacartTag
⇦
Back to Phoca Cart project (class list)
Class PhocacartTag - list of methods
Copyright:
Copyright (C) Jan Pavelka https://www.phoca.cz
License:
http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 and later
Located at:
Phocacart/tag/tag.php
Project:
Phoca Cart
Method Summary
public static mixed|void|array
getTags
(mixed
$itemId
, mixed
$select
=
0
)
Standard Tags - are displayed at the bottom
Parameters
int
$itemId
\number
$select
Returns
mixed
|
void
|
array
Show source code of this method:
getTags Source Code
public static
getTagsSubmitItems
(mixed
$itemId
)
Show source code of this method:
getTagsSubmitItems Source Code
public static
getTagsByIds
(mixed
$cids
)
Show source code of this method:
getTagsByIds Source Code
public static mixed|void|array
getTagLabels
(mixed
$itemId
, mixed
$select
=
0
)
Labels - are displayed at the top
Parameters
int
$itemId
\number
$select
Returns
mixed
|
void
|
array
Show source code of this method:
getTagLabels Source Code
public static
getTagLabelsSubmitItems
(mixed
$itemId
)
Show source code of this method:
getTagLabelsSubmitItems Source Code
public static
getTagsLabelsByIds
(mixed
$cids
)
Show source code of this method:
getTagsLabelsByIds Source Code
public static mixed
getAllTags
(mixed
$ordering
=
1
, mixed
$onlyAvailableProducts
=
0
, mixed
$type
=
0
, mixed
$lang
=
''
, mixed
$filterProducts
=
array()
, mixed
$limitCount
=
-1
)
Parameters
int
$ordering
int
$onlyAvailableProducts
int
$type
0 ... tag, 1 ... label
string
$lang
Returns
mixed
Show source code of this method:
getAllTags Source Code
public static
storeTags
(mixed
$tagsArray
, mixed
$itemId
)
Show source code of this method:
storeTags Source Code
public static
storeTagLabels
(mixed
$tagsArray
, mixed
$itemId
)
Show source code of this method:
storeTagLabels Source Code
public static
getAllTagsList
(mixed
$order
=
'id'
, mixed
$type
=
0
)
Show source code of this method:
getAllTagsList Source Code
public static
getAllTagsSelectBox
(mixed
$name
, mixed
$id
, mixed
$activeArray
, mixed
$javascript
=
NULL
, mixed
$order
=
'id'
, mixed
$type
=
0
, mixed
$attributes
=
''
)
Show source code of this method:
getAllTagsSelectBox Source Code
public static string
getTagsRendered
(mixed
$itemId
, mixed
$type
=
0
, mixed
$separator
=
''
)
Parameters
int
$itemId
\number
$type
0 ... nothing, 1 ... tags only, 2 ... labels only, 3 ... tags and labels
Returns
string
Show source code of this method:
getTagsRendered Source Code
public static
getTagType
(mixed
$type
=
0
)
Show source code of this method:
getTagType Source Code
public static
getActiveTags
(mixed
$items
, mixed
$ordering
)
Show source code of this method:
getActiveTags Source Code
public static
getActiveLabels
(mixed
$items
, mixed
$ordering
)
Show source code of this method:
getActiveLabels Source Code