ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
ProxyRepository.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\WebDAV\Objects;
22
25
30{
31 public function createContainer(Container $parent, string $name): ?Proxy;
32
33 public function get(string $path, ?Container $parent = null): ?Proxy;
34
35 public function in(Container $container, bool $with_recently_deleted = false): \Generator|Proxy;
36
37 public function delete(Entity $entity): bool;
38}
createContainer(Container $parent, string $name)
in(Container $container, bool $with_recently_deleted=false)
$path
Definition: ltiservices.php:30
$container
@noRector
Definition: wac.php:37