public function StreamWrapperInterface::rename in D7 Media 6
1 method overrides StreamWrapperInterface::rename()
- ResourceStreamWrapper::rename in resource/
ResourceStreamWrapper.inc - Support for rename().
File
- resource/
ResourceStreamWrapper.inc, line 20
Class
- StreamWrapperInterface
- Generic PHP stream wrapper interface. @see: http://php.net/manual/en/function.stream-wrapper-register.php
Code
public function rename($fromUrl, $toUrl);