DynamicEntry
class DynamicEntry extends LocalizedResource implements EntryInterface
Properties
| protected string | $localeCode | The code of the currently active locale | from LocalizedResource |
| protected SystemProperties | $sys | ||
| protected Client | $client |
Methods
$this
setLocale(Locale|string $locale)
Set the locale for this instance. All future calls to a getter will return the information for this locale.
from LocalizedResource
getId()
No description
getRevision()
No description
getUpdatedAt()
No description
getCreatedAt()
No description
getSpace()
No description
getContentType()
No description
__call($name, $arguments)
No description
jsonSerialize()
No description
Details
at line 33
__construct(object $fields, SystemProperties $sys, Client $client = null)
Entry constructor.
in LocalizedResource at line 54
$this
setLocale(Locale|string $locale)
Set the locale for this instance. All future calls to a getter will return the information for this locale.
in LocalizedResource at line 76
string
getLocale()
The locale code for the currently set locale.