PHP Класс Elcodi\Plugin\CustomShippingBundle\Entity\Carrier

Наследование: implements Elcodi\Plugin\CustomShippingBundle\Entity\Interfaces\CarrierInterface, use trait Elcodi\Component\Core\Entity\Traits\IdentifiableTrait, use trait Elcodi\Component\Core\Entity\Traits\EnabledTrait
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$description string description
$name string name
$ranges Doctrine\Common\Collections\Collection ranges
$tax Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Tax

Открытые методы

Метод Описание
getDescription ( ) : string Get Description
getName ( ) : string Get Name
getRanges ( ) : Doctrine\Common\Collections\Collection Get Ranges
getTax ( ) : Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Get Tax
setDescription ( string $description ) Sets Description
setName ( string $name ) Sets Name
setRanges ( Doctrine\Common\Collections\Collection $ranges ) Sets Ranges
setTax ( Elcodi\Component\Tax\Entity\Interfaces\TaxInterface $tax ) Sets Tax

Описание методов

getDescription() публичный Метод

Get Description
public getDescription ( ) : string
Результат string Description

getName() публичный Метод

Get Name
public getName ( ) : string
Результат string Name

getRanges() публичный Метод

Get Ranges
public getRanges ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection Ranges

getTax() публичный Метод

Get Tax
public getTax ( ) : Elcodi\Component\Tax\Entity\Interfaces\TaxInterface
Результат Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Tax

setDescription() публичный Метод

Sets Description
public setDescription ( string $description )
$description string Description

setName() публичный Метод

Sets Name
public setName ( string $name )
$name string Name

setRanges() публичный Метод

Sets Ranges
public setRanges ( Doctrine\Common\Collections\Collection $ranges )
$ranges Doctrine\Common\Collections\Collection Ranges

setTax() публичный Метод

Sets Tax
public setTax ( Elcodi\Component\Tax\Entity\Interfaces\TaxInterface $tax )
$tax Elcodi\Component\Tax\Entity\Interfaces\TaxInterface Tax

Описание свойств

$description защищенное свойство

description
protected string $description
Результат string

$name защищенное свойство

name
protected string $name
Результат string

$ranges защищенное свойство

ranges
protected Collection,Doctrine\Common\Collections $ranges
Результат Doctrine\Common\Collections\Collection

$tax защищенное свойство

Tax
protected TaxInterface,Elcodi\Component\Tax\Entity\Interfaces $tax
Результат Elcodi\Component\Tax\Entity\Interfaces\TaxInterface