Logidav Docs

NewProduct
in package

NewProduct

Tags
ORM\Table

(name="mz_new_product")

ORM\Entity

(repositoryClass="AppBundle\Repository\NewProductRepository")

ORM\HasLifecycleCallbacks

()

Table of Contents

Constants

newAttributesSetIds  = [93, 94, 95, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 73, 88, 89, 90, 91, 92]

Properties

$asirGroupModeProducts  : mixed
$asirGroupProducts  : mixed
$attributeSet  : mixed
$bigBuyProducts  : mixed
$categoryIds  : string
$cmpProducts  : mixed
$disponibiliteAt  : string
$hasTranslationError  : string
$id  : int
$isArchived  : int
$isPublish  : int
$label  : string
$manufacturer  : mixed
$name  : string
$newProductComments  : mixed
$notioProducts  : mixed
$productCreationProgress  : string
$productInfo  : text
$products  : mixed
$publishedAt  : DateTime|null
$sku  : string
$skus  : text
$status  : string
$step  : string
$toPublish  : bool
$user  : mixed
$variations  : string
$vidaxlProducts  : mixed

Methods

__construct()  : mixed
Constructor
addBigBuyProduct()  : NewProduct
Add product.
addCmpProduct()  : NewProduct
Add product.
addNewProductComment()  : NewProduct
Add newProductComment.
addProduct()  : NewProduct
Add product.
addVidaxlProduct()  : NewProduct
Add product.
getAllowedAttributesByAttrSet()  : false|array<string|int, string>
getAllowedAttributesOptions()  : false|array<string|int, array<string|int, string>>
getAllowedFields()  : array<string|int, mixed>
getAsirGroupModeProducts()  : ArrayCollection|array<string|int, Product>
getAsirGroupProducts()  : ArrayCollection|array<string|int, Product>
getAttributeSet()  : AttributeSet|null
Get attributeSet.
getBigBuyProducts()  : Collection
Get products.
getBlocksName()  : string|array<string|int, string>
getCategoryIds()  : string|null
Get categoryIds.
getCmpProducts()  : Collection|array<string|int, Product>
Get products.
getDisponibiliteAt()  : DateTime|null
Get disponibiliteAt.
getHasTranslationError()  : mixed
getId()  : int
Get id
getIgnoredFields()  : bool|array<string|int, string>
getImageRoles()  : array<string|int, mixed>
getIsArchived()  : bool
Get isArchived
getIsPublish()  : int
Get isPublish.
getLabel()  : string
Get label.
getManufacturer()  : Manufacturer
Get manufacturer.
getName()  : string
Get name
getNewProductComments()  : Collection
Get newProductComment.
getNotioProducts()  : Collection|array<string|int, NotioProduct>
getProductCreationProgress()  : string|null
Get productCreationProgress.
getProductInfo()  : string|null
Get productInfo.
getProducts()  : Collection
Get products.
getProgressColor()  : string
getProgressIcon()  : string
getPublishedAt()  : DateTime
getSku()  : string
Get sku
getSkus()  : string
Get skus.
getStatus()  : string
getStep()  : mixed
getToPublish()  : bool
Get toPublish.
getUser()  : User|null
Get user.
getVariations()  : string|null
Get variations.
getVidaxlProducts()  : Collection|array<string|int, Product>
Get products.
removeBigBuyProduct()  : bool
Remove product.
removeCmpProduct()  : bool
Remove product.
removeNewProductComment()  : bool
Remove newProductComment.
removeProduct()  : bool
Remove product.
removeVidaxlProduct()  : bool
Remove product.
setAttributeSet()  : NewProduct
Set attributeSet.
setCategoryIds()  : NewProduct
Set categoryIds.
setDisponibiliteAt()  : NewProduct
Set disponibiliteAt.
setHasTranslationError()  : void
setIsArchived()  : NewProduct
Set isArchived
setIsPublish()  : NewProduct
Set isPublish.
setLabel()  : NewProduct
Set label.
setManufacturer()  : NewProduct
Set manufacturer.
setName()  : NewProduct
Set name
setNotioProducts()  : void
setProductCreationProgress()  : NewProduct
Set productCreationProgress.
setProductInfo()  : NewProduct
Set productInfo.
setPublishedAt()  : void
setSku()  : NewProduct
Set sku
setSkus()  : NewProduct
Set skus.
setStatus()  : void
setStep()  : void
setToPublish()  : NewProduct
Set toPublish.
setUser()  : NewProduct
Set user.
setVariations()  : NewProduct
Set variations.

Constants

newAttributesSetIds

public array<string|int, mixed> newAttributesSetIds = [93, 94, 95, 76, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 73, 88, 89, 90, 91, 92]

Properties

$asirGroupModeProducts

private mixed $asirGroupModeProducts
Tags
ORM\OneToMany

(targetEntity="AsirGroupModeBundle\Entity\Product", mappedBy="newProduct")

$asirGroupProducts

private mixed $asirGroupProducts
Tags
ORM\OneToMany

(targetEntity="AsirGroupBundle\Entity\Product", mappedBy="newProduct")

$attributeSet

private mixed $attributeSet
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\AttributeSet", inversedBy="newProduct")

$bigBuyProducts

private mixed $bigBuyProducts
Tags
ORM\OneToMany

(targetEntity="BigbuyBundle\Entity\Product", mappedBy="newProduct")

$categoryIds

private string $categoryIds
Tags
ORM\Column

(name="category_ids", type="string", length=255, nullable=true)

$cmpProducts

private mixed $cmpProducts
Tags
ORM\OneToMany

(targetEntity="CmpBundle\Entity\Product", mappedBy="newProduct")

$disponibiliteAt

private string $disponibiliteAt
Tags
ORM\Column

(name="disponibilite_at", type="date", nullable=true)

$hasTranslationError

private string $hasTranslationError
Tags
ORM\Column

(name="has_translation_error", type="text", nullable=true)

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$isArchived

private int $isArchived = 0
Tags
ORM\Column

(name="is_archived", type="boolean", nullable=true, options={"default":false})

$isPublish

private int $isPublish
Tags
ORM\Column

(name="is_publish", type="integer" , nullable=true)

$label

private string $label
Tags
ORM\Column

(name="label", type="string", length=255, nullable=true)

$manufacturer

private mixed $manufacturer
Tags
ORM\ManyToOne

(targetEntity="Manufacturer", inversedBy="newProduct" )

ORM\JoinColumn

(nullable=false)

$name

private string $name
Tags
ORM\Column

(name="name", type="string", length=255 , nullable=true)

$newProductComments

private mixed $newProductComments
Tags
ORM\OneToMany

(targetEntity="NewProductComment", mappedBy="newProduct" , cascade={"persist", "remove"})

$notioProducts

private mixed $notioProducts
Tags
ORM\OneToMany

(targetEntity="NotioBundle\Entity\NotioProduct", mappedBy="newProduct")

$productCreationProgress

private string $productCreationProgress
Tags
ORM\Column

(name="product_creation_progress", type="string", length=255, nullable=true)

$productInfo

private text $productInfo
Tags
ORM\Column

(name="product_info", type="text", nullable=true)

$products

private mixed $products
Tags
ORM\OneToMany

(targetEntity="Product", mappedBy="newProduct")

$publishedAt

private DateTime|null $publishedAt
Tags
ORM\Column

(name="published_at", type="datetime", nullable=true)

$sku

private string $sku
Tags
ORM\Column

(name="sku", type="string", length=255, nullable=true)

$skus

private text $skus
Tags
ORM\Column

(name="skus", type="text", nullable=true)

$status

private string $status = 'ready'
Tags
ORM\Column

(name="status", type="string", length=255, nullable=true, options={"default":"ready"})

$step

private string $step
Tags
ORM\Column

(name="step", type="string", length=255 , nullable=true)

$toPublish

private bool $toPublish
Tags
ORM\Column

(name="to_publish", type="integer" , nullable=true)

$user

private mixed $user
Tags
ORM\ManyToOne

(targetEntity="UserBundle\Entity\User")

$variations

private string $variations
Tags
ORM\Column

(name="variations", type="text", nullable=true)

$vidaxlProducts

private mixed $vidaxlProducts
Tags
ORM\OneToMany

(targetEntity="VidaxlBundle\Entity\Product", mappedBy="newProduct")

Methods

__construct()

Constructor

public __construct() : mixed

getAllowedAttributesByAttrSet()

public getAllowedAttributesByAttrSet(mixed $attrSetId) : false|array<string|int, string>
Parameters
$attrSetId : mixed
Return values
false|array<string|int, string>

getAllowedAttributesOptions()

public static getAllowedAttributesOptions(mixed $attrCode) : false|array<string|int, array<string|int, string>>
Parameters
$attrCode : mixed
Return values
false|array<string|int, array<string|int, string>>

getAllowedFields()

public static getAllowedFields() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAsirGroupModeProducts()

public getAsirGroupModeProducts() : ArrayCollection|array<string|int, Product>
Return values
ArrayCollection|array<string|int, Product>

getAsirGroupProducts()

public getAsirGroupProducts() : ArrayCollection|array<string|int, Product>
Return values
ArrayCollection|array<string|int, Product>

getBigBuyProducts()

Get products.

public getBigBuyProducts() : Collection
Return values
Collection

getBlocksName()

public static getBlocksName([null $block = null ]) : string|array<string|int, string>
Parameters
$block : null = null
Return values
string|array<string|int, string>

getCategoryIds()

Get categoryIds.

public getCategoryIds() : string|null
Return values
string|null

getCmpProducts()

Get products.

public getCmpProducts() : Collection|array<string|int, Product>
Return values
Collection|array<string|int, Product>

getDisponibiliteAt()

Get disponibiliteAt.

public getDisponibiliteAt() : DateTime|null
Tags
ORM\PrePersist
Return values
DateTime|null

getHasTranslationError()

public getHasTranslationError() : mixed

getId()

Get id

public getId() : int
Return values
int

getIgnoredFields()

public static getIgnoredFields([null $field = null ]) : bool|array<string|int, string>
Parameters
$field : null = null
Return values
bool|array<string|int, string>

getImageRoles()

public static getImageRoles() : array<string|int, mixed>
Return values
array<string|int, mixed>

getIsArchived()

Get isArchived

public getIsArchived() : bool
Return values
bool

getIsPublish()

Get isPublish.

public getIsPublish() : int
Return values
int

getLabel()

Get label.

public getLabel() : string
Return values
string

getName()

Get name

public getName() : string
Return values
string

getNewProductComments()

Get newProductComment.

public getNewProductComments() : Collection
Return values
Collection

getProductCreationProgress()

Get productCreationProgress.

public getProductCreationProgress() : string|null
Return values
string|null

getProductInfo()

Get productInfo.

public getProductInfo() : string|null
Return values
string|null

getProducts()

Get products.

public getProducts() : Collection
Return values
Collection

getProgressColor()

public static getProgressColor(mixed $status) : string
Parameters
$status : mixed
Return values
string

getProgressIcon()

public static getProgressIcon(mixed $status) : string
Parameters
$status : mixed
Return values
string

getPublishedAt()

public getPublishedAt() : DateTime
Return values
DateTime

getSku()

Get sku

public getSku() : string
Return values
string

getSkus()

Get skus.

public getSkus() : string
Return values
string

getStatus()

public getStatus() : string
Return values
string

getToPublish()

Get toPublish.

public getToPublish() : bool
Return values
bool

getVariations()

Get variations.

public getVariations() : string|null
Return values
string|null

getVidaxlProducts()

Get products.

public getVidaxlProducts() : Collection|array<string|int, Product>
Return values
Collection|array<string|int, Product>

removeBigBuyProduct()

Remove product.

public removeBigBuyProduct(Product $product) : bool
Parameters
$product : Product
Return values
bool

TRUE if this collection contained the specified element, FALSE otherwise.

removeCmpProduct()

Remove product.

public removeCmpProduct(Product $product) : bool
Parameters
$product : Product
Return values
bool

TRUE if this collection contained the specified element, FALSE otherwise.

removeNewProductComment()

Remove newProductComment.

public removeNewProductComment(NewProductComment $newProductComment) : bool
Parameters
$newProductComment : NewProductComment
Return values
bool

TRUE if this collection contained the specified element, FALSE otherwise.

removeProduct()

Remove product.

public removeProduct(Product $product) : bool
Parameters
$product : Product
Return values
bool

TRUE if this collection contained the specified element, FALSE otherwise.

removeVidaxlProduct()

Remove product.

public removeVidaxlProduct(Product $product) : bool
Parameters
$product : Product
Return values
bool

TRUE if this collection contained the specified element, FALSE otherwise.

setCategoryIds()

Set categoryIds.

public setCategoryIds([string|null $categoryIds = null ]) : NewProduct
Parameters
$categoryIds : string|null = null
Return values
NewProduct

setDisponibiliteAt()

Set disponibiliteAt.

public setDisponibiliteAt([DateTime|null $disponibiliteAt = null ]) : NewProduct
Parameters
$disponibiliteAt : DateTime|null = null
Return values
NewProduct

setHasTranslationError()

public setHasTranslationError(mixed $hasTranslationError) : void
Parameters
$hasTranslationError : mixed

setProductCreationProgress()

Set productCreationProgress.

public setProductCreationProgress([string|null $productCreationProgress = null ]) : NewProduct
Parameters
$productCreationProgress : string|null = null
Return values
NewProduct

setProductInfo()

Set productInfo.

public setProductInfo([string|null $productInfo = null ]) : NewProduct
Parameters
$productInfo : string|null = null
Return values
NewProduct

setPublishedAt()

public setPublishedAt(DateTime|null $publishedAt) : void
Parameters
$publishedAt : DateTime|null

setStatus()

public setStatus(string $status) : void
Parameters
$status : string

setStep()

public setStep(mixed $step) : void
Parameters
$step : mixed

setVariations()

Set variations.

public setVariations([string|null $variations = null ]) : NewProduct
Parameters
$variations : string|null = null
Return values
NewProduct

        
On this page

Search results