PHP Class Sulu\Bundle\CoreBundle\Entity\ApiEntityWrapper

Deprecation:
Show file Open project: sulu/sulu

Protected Properties

Property Type Description
$entity object the entity which is wrapped by this class.
$locale string the locale in which the wrapped entity should be expressed.

Public Methods

Method Description
getEntity ( )

Method Details

getEntity() public method

public getEntity ( )

Property Details

$entity protected property

the entity which is wrapped by this class.
protected object $entity
return object

$locale protected property

the locale in which the wrapped entity should be expressed.
protected string $locale
return string