PHP Class Sulu\Component\Rest\ApiWrapper

ファイルを表示 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_oe property

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

$locale protected_oe property

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