◆ getFullProperties()
PKP\Services\Interfaces\EntityPropertyInterface::getFullProperties |
( |
|
$entity, |
|
|
|
$args = null |
|
) |
| |
Returns full properties for an entity
- Parameters
-
$entity | object The object to convert |
$args | array Additional variable which may be required $args['request'] PKPRequest Required $args['slimRequest'] SlimRequest |
- Returns
- array
◆ getProperties()
PKP\Services\Interfaces\EntityPropertyInterface::getProperties |
( |
|
$entity, |
|
|
|
$props, |
|
|
|
$args = null |
|
) |
| |
Returns the values for the requested list of properties
- Parameters
-
$entity | object The object to convert |
$props | array The properties to include in the result |
$args | array Additional variable which may be required $args['request'] PKPRequest Required $args['slimRequest'] SlimRequest |
- Returns
- array
◆ getSummaryProperties()
PKP\Services\Interfaces\EntityPropertyInterface::getSummaryProperties |
( |
|
$entity, |
|
|
|
$args = null |
|
) |
| |
Returns summary properties for an entity
- Parameters
-
$entity | object The object to convert |
$args | array Additional variables which may be required $args['request'] PKPRequest Required $args['slimRequest'] SlimRequest |
- Returns
- array
The documentation for this interface was generated from the following file: