Documentation

Images
in package

Table of Contents

$id  : int|null
$name  : string|null
$products  : Products|null
getId()  : int|null
getName()  : string|null
getProducts()  : Products|null
setName()  : self
setProducts()  : self

Properties

$name

private string|null $name = null

Methods

getId()

public getId() : int|null
Return values
int|null

getName()

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

setName()

public setName(string $name) : self
Parameters
$name : string
Return values
self

setProducts()

public setProducts(Products|null $products) : self
Parameters
$products : Products|null
Return values
self

Search results