@ -225,4 +225,12 @@ interface Node extends FileInfo {
* @since 6.0.0
*/
public function getName();
/**
* Get the file owner
*
* @since 9.0.0
* @return string
public function getOwner();
}
@ -462,4 +462,10 @@ interface Storage {
* @param bool $isAvailable
public function setAvailability($isAvailable);
* @param $path path for which to retrieve the owner
public function getOwner($path);