getContents() public method

Reads the contents of the file
public getContents ( string $key ) : string | boolean
$key string
return string | boolean if cannot read content
Example #1
0
 /**
  * Reads the contents of the file
  *
  * @param string key
  *
  * @return string|bool if cannot read content
  */
 public function getContents($key)
 {
     return $this->driver->getContents($key);
 }