Jarves\Storage\AbstractStorage::getItem PHP Метод

getItem() абстрактный публичный Метод

'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
Результат array
    public abstract function getItem($pk, $options = null);