PHP Class WellCommerce\Bundle\CompanyBundle\Entity\Company

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\Entity\AbstractEntity, implements WellCommerce\Bundle\CompanyBundle\Entity\CompanyInterface, use trait Knp\DoctrineBehaviors\Model\Timestampable\Timestampable, use trait Knp\DoctrineBehaviors\Model\Blameable\Blameable
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$address WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
$name string
$shortName string

Méthodes publiques

Méthode Description
getAddress ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
getName ( ) : string
getShortName ( ) : string
setAddress ( WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface $address )
setName ( string $name )
setShortName ( string $shortName )

Method Details

getAddress() public méthode

public getAddress ( ) : WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface
Résultat WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

getName() public méthode

public getName ( ) : string
Résultat string

getShortName() public méthode

public getShortName ( ) : string
Résultat string

setAddress() public méthode

public setAddress ( WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface $address )
$address WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

setName() public méthode

public setName ( string $name )
$name string

setShortName() public méthode

public setShortName ( string $shortName )
$shortName string

Property Details

$address protected_oe property

protected CompanyAddressInterface,WellCommerce\Bundle\CompanyBundle\Entity $address
Résultat WellCommerce\Bundle\CompanyBundle\Entity\CompanyAddressInterface

$name protected_oe property

protected string $name
Résultat string

$shortName protected_oe property

protected string $shortName
Résultat string