Example #1
0
 /**
  * @param string $path
  */
 public function __construct($path)
 {
     parent::__construct($path);
     $this->value = file_get_contents($path);
 }
Example #2
0
 /**
  * @param string $path
  */
 public function __construct($path)
 {
     parent::__construct($path);
     $this->value = readlink($path);
 }