|
@@ -666,6 +666,7 @@ discard block |
|
|
block discarded – undo |
|
666
|
666
|
|
|
667
|
667
|
/** |
|
668
|
668
|
* Create new file as a child from this collection. |
|
|
669
|
+ * @param string $name |
|
669
|
670
|
*/ |
|
670
|
671
|
public function addFile($name, ?ObjectId $session = null, array $attributes = [], int $conflict = NodeInterface::CONFLICT_NOACTION, bool $clone = false): File |
|
671
|
672
|
{ |
|
@@ -898,6 +899,7 @@ discard block |
|
|
block discarded – undo |
|
898
|
899
|
|
|
899
|
900
|
/** |
|
900
|
901
|
* Completely remove node. |
|
|
902
|
+ * @param string $recursion |
|
901
|
903
|
*/ |
|
902
|
904
|
protected function _forceDelete(?string $recursion = null, bool $recursion_first = true): bool |
|
903
|
905
|
{ |
Please login to merge, or discard this patch.