Jarves\Storage\AbstractStorage::getItem PHP Méthode

getItem() abstract public méthode

'fields' Limit the columns selection. Use a array or a comma separated list (like in SQL SELECT) If empty all columns will be selected. 'permissionCheck' Defines whether we check against the ACL or not. true or false. default false
abstract public getItem ( array $pk, array $options = null ) : array
$pk array
$options array
Résultat array
    public abstract function getItem($pk, $options = null);