Logidav Docs

Emplacement
in package

Emplacement

Tags
ORM\Table

(name="mz_emplacement")

ORM\Entity

(repositoryClass="AppBundle\Repository\EmplacementRepository")

Table of Contents

Properties

$childrens  : mixed
$createdAt  : Date
$id  : int
$name  : string
$parent  : mixed
$productOrphelin  : mixed
$products  : mixed
$warehouse  : mixed

Methods

__construct()  : mixed
Constructor
addChildren()  : Emplacement
Add children
addProduct()  : Emplacement
Add product
addProductOrphelin()  : Emplacement
Add productOrphelin
buildTree()  : mixed
getChildrens()  : Collection
Get childrens
getCreatedAt()  : DateTime
Get createdAt
getId()  : int
Get id
getName()  : string
Get name
getParent()  : Emplacement
Get parent
getProductOrphelin()  : Collection
Get productOrphelin
getProducts()  : Collection
Get products
getWarehouse()  : mixed
removeChildren()  : mixed
Remove children
removeProduct()  : mixed
Remove product
removeProductOrphelin()  : mixed
Remove productOrphelin
setCreatedAt()  : Emplacement
Set createdAt
setName()  : Emplacement
Set name
setParent()  : Emplacement
Set parent
setWarehouse()  : $this
toArrayList()  : mixed

Properties

$childrens

private mixed $childrens
Tags
ORM\OneToMany

(targetEntity="AppBundle\Entity\Emplacement", mappedBy="parent")

$createdAt

private Date $createdAt
Tags
ORM\Column

(name="created_at", type="date")

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$name

private string $name
Tags
ORM\Column

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

$parent

private mixed $parent
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Emplacement", inversedBy="childrens")

ORM\JoinColumn

(name="parent_id", referencedColumnName="id", nullable=true)

$productOrphelin

private mixed $productOrphelin
Tags
ORM\OneToMany

(targetEntity="ProductOrphelin", mappedBy="emplacements")

$products

private mixed $products
Tags
ORM\ManyToMany

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

$warehouse

private mixed $warehouse
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Warehouse")

ORM\JoinColumn

(nullable=true)

Methods

__construct()

Constructor

public __construct() : mixed

buildTree()

public static buildTree(mixed $rootCategory, mixed &$tree[, mixed $activeCategory = null ]) : mixed
Parameters
$rootCategory : mixed
$tree : mixed
$activeCategory : mixed = null

getChildrens()

Get childrens

public getChildrens() : Collection
Return values
Collection

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getId()

Get id

public getId() : int
Return values
int

getName()

Get name

public getName() : string
Return values
string

getProductOrphelin()

Get productOrphelin

public getProductOrphelin() : Collection
Return values
Collection

getProducts()

Get products

public getProducts() : Collection
Return values
Collection

toArrayList()

public static toArrayList(mixed $rootCategory, mixed &$tree[, mixed $name = null ]) : mixed
Parameters
$rootCategory : mixed
$tree : mixed
$name : mixed = null

        
On this page

Search results