• Overview
  • Classes
  • Interfaces
  • Traits
  • Exceptions
Class
  1. Omeka
  2. \
  3. Api
  4. \
  5. Representation
  6. \
  7. UserRepresentation

UserRepresentation

extends Omeka\Api\Representation\AbstractEntityRepresentation
Open source code
Methods Summary
public
# getControllerName( )
{@inheritDoc}

Overrides

Omeka\Api\Representation\AbstractResourceRepresentation::getControllerName()
public
# getJsonLdType( )
{@inheritDoc}
public
# getJsonLd( )
public
# name( )
public
# email( )
public
# role( )
public
# created( )
public
# getEntity( )
public
# displayRole( )
public
# itemCount( )
Get the item count for this user.
public
# itemSetCount( )
Get the item set count for this user.
Methods inherited from Omeka\Api\Representation\AbstractEntityRepresentation
__construct(), userIsAllowed()
Methods inherited from Omeka\Api\Representation\AbstractResourceRepresentation
getJsonLd(), getJsonLdType(), __construct(), id(), jsonSerialize(), setId(), setAdapter(), getAdapter(), getReference(), apiUrl(), url(), adminUrl(), siteUrl(), link(), linkRaw(), getFileUrl(), getControllerName(), embeddedJsonLd()
Methods inherited from Omeka\Api\Representation\AbstractRepresentation
getAdapter(), getDateTime(), getTranslator(), getViewHelper(), primaryMedia(), getServiceLocator(), setServiceLocator()
Properties inherited from Omeka\Api\Representation\AbstractResourceRepresentation
$id, $resource, $adapter
Properties inherited from Omeka\Api\Representation\AbstractRepresentation
$translator, $viewHelperManager, $services
Generated by ApiGen