Méthode |
Description |
|
__construct ( Jarves $jarves, WebFilesystem $webFilesystem, ACL $acl, ConditionOperator $conditionOperator ) |
|
|
add ( $values, $branchPk = false, $mode = 'into', $scope ) |
{@inheritDoc} |
|
checkAccess ( $path ) |
Checks the file access. |
|
clear ( ) |
|
|
getBranch ( $pk = null, Condition $condition = null, $depth = 1, $scope = null, $options = null ) |
{@inheritDoc} |
|
getCount ( Condition $condition = null ) |
|
|
getItem ( $primaryKey, $options = null ) |
{@inheritDoc} |
|
getItems ( array $filter = null, Condition $condition = null, $options = null ) |
{@inheritDoc} |
|
getParent ( $pk, $options = null ) |
|
|
getParentId ( $pk ) |
|
|
getParents ( $pk, $options = null ) |
|
|
mapPrimaryKey ( &$primaryKey ) |
We accept as primary key the path as well, so we have to convert it to internal ID. |
|
move ( $pk, $targetPk, $position = 'first', $targetObjectKey = null, $overwrite = false ) |
{@inheritDoc} |
|
patch ( $pk, $values ) |
|
|
primaryStringToArray ( $primaryKey ) |
{@inheritDoc} |
|
remove ( $primaryKey ) |
{@inheritDoc} |
|
search ( $query, Condition $condition = null, $max = 20 ) |
|
|
update ( $primaryKey, $values ) |
{@inheritDoc} |
|