getKey() 공개 메소드

Returns the key.
public getKey ( ) : string
리턴 string
예제 #1
0
 public function __construct(File $file, Filesystem $filesystem, $streamWrapperPrefix = null)
 {
     parent::__construct($file->getKey(), $filesystem);
     $this->streamWrapperPrefix = $streamWrapperPrefix;
 }