Jarves\Storage\AbstractStorage::getItem PHP Method

getItem() abstract public method

'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
return array
    public abstract function getItem($pk, $options = null);