Gaufrette\File::createStream PHP 메소드

createStream() 공개 메소드

Creates a new file stream instance of the file.
public createStream ( ) : gaufrette\Stream
리턴 gaufrette\Stream
    public function createStream()
    {
        return $this->filesystem->createStream($this->key);
    }