extends |
PropPatch |
---|
This class represents a MKCOL operation.
MKCOL creates a new collection. MKCOL comes in two flavours:
Property updates must always be atomic. This means that a property update must either completely succeed, or completely fail.
Methods | ||
---|---|---|
public
|
__construct(string[] $resourceType, array $mutations)
|
# |
public
|
getResourceType(): string[]
|
# |
public
|
hasResourceType(string|string[] $resourceType): bool
|
# |
Methods inherited from Sabre\DAV\PropPatch |
---|
handle(), handleRemaining(), setResultCode(), setRemainingResultCode(), getRemainingMutations(), getRemainingValues(), commit(), getResult(), getMutations() |