Open Journal Systems  3.3.0
EntityPropertyInterface.inc.php
1 <?php
17 
29  public function getProperties($entity, $props, $args = null);
30 
40  public function getSummaryProperties($entity, $args = null);
41 
51  public function getFullProperties($entity, $args = null);
52 }
PKP\Services\Interfaces
Definition: EntityPropertyInterface.inc.php:16
PKP\Services\Interfaces\EntityPropertyInterface\getFullProperties
getFullProperties($entity, $args=null)
PKP\Services\Interfaces\EntityPropertyInterface
Definition: EntityPropertyInterface.inc.php:18
PKP\Services\Interfaces\EntityPropertyInterface\getProperties
getProperties($entity, $props, $args=null)
PKP\Services\Interfaces\EntityPropertyInterface\getSummaryProperties
getSummaryProperties($entity, $args=null)