Gaufrette\File::getKey PHP 메소드

getKey() 공개 메소드

Returns the key.
public getKey ( ) : string
리턴 string
    public function getKey()
    {
        return $this->key;
    }

Usage Example

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