41 parent::__construct($mutations);
68 return count(array_diff((array)
$resourceType, $this->resourceType)) === 0;
This class represents a set of properties that are going to be updated.
hasResourceType($resourceType)
Returns true or false if the MKCOL operation has at least the specified resource type.
__construct(array $resourceType, array $mutations)
Creates the MKCOL object.
This class represents a MKCOL operation.
getResourceType()
Returns the resourcetype of the new collection.