__construct() public method

The full path to the entry.
public __construct ( $path )
 function __construct($path, $contents = '')
 {
     parent::__construct($path);
     $this->contents = $contents;
 }
 function __construct($path, $contents = '', $chmod = NULL, $chown = NULL, $chgrp = NULL)
 {
     parent::__construct($path, $chmod, $chown, $chgrp);
     $this->contents = $contents;
 }