]> source.dussan.org Git - nextcloud-server.git/commit
generalize the "lazy folder" concept 20813/head
authorRobin Appelman <robin@icewind.nl>
Mon, 4 May 2020 15:22:55 +0000 (17:22 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Mon, 11 May 2020 13:36:13 +0000 (15:36 +0200)
commitf7153a3d0c3a6e2f70c7415036835b6356e09d5b
treeda5db68fe9dfa8382b72d076b8e38c0a20ba6fd3
parent09c209d4683ce844da5e0319acc6dc83c00f372a
generalize the "lazy folder" concept

makes it easy to use lazy intialized folder in other places

Signed-off-by: Robin Appelman <robin@icewind.nl>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Files/Node/LazyFolder.php [new file with mode: 0644]
lib/private/Files/Node/LazyRoot.php