<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[28488] trunk/src/wp-admin/includes/class-wp-filesystem-direct.php: Add access modifier (`public`) to methods in `WP_Filesystem_Direct`.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://core.trac.wordpress.org/changeset/28488">28488</a></dd>
<dt>Author</dt> <dd>wonderboymusic</dd>
<dt>Date</dt> <dd>2014-05-19 00:08:38 +0000 (Mon, 19 May 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add access modifier (`public`) to methods in `WP_Filesystem_Direct`.

See <a href="http://core.trac.wordpress.org/ticket/27881">#27881</a>, <a href="http://core.trac.wordpress.org/ticket/22234">#22234</a>.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunksrcwpadminincludesclasswpfilesystemdirectphp">trunk/src/wp-admin/includes/class-wp-filesystem-direct.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunksrcwpadminincludesclasswpfilesystemdirectphp"></a>
<div class="modfile"><h4>Modified: trunk/src/wp-admin/includes/class-wp-filesystem-direct.php (28487 => 28488)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/src/wp-admin/includes/class-wp-filesystem-direct.php       2014-05-19 00:05:06 UTC (rev 28487)
+++ trunk/src/wp-admin/includes/class-wp-filesystem-direct.php  2014-05-19 00:08:38 UTC (rev 28488)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx">   *
</span><span class="cx">   * @param mixed $arg ignored argument
</span><span class="cx">   */
</span><del>-       function __construct($arg) {
</del><ins>+        public function __construct($arg) {
</ins><span class="cx">           $this->method = 'direct';
</span><span class="cx">          $this->errors = new WP_Error();
</span><span class="cx">  }
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx">   * @param string $file Name of the file to read.
</span><span class="cx">   * @return string|bool The function returns the read data or false on failure.
</span><span class="cx">   */
</span><del>-       function get_contents($file) {
</del><ins>+        public function get_contents($file) {
</ins><span class="cx">           return @file_get_contents($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -42,7 +42,7 @@
</span><span class="cx">   * @param string $file Path to the file.
</span><span class="cx">   * @return array|bool the file contents in an array or false on failure.
</span><span class="cx">   */
</span><del>-       function get_contents_array($file) {
</del><ins>+        public function get_contents_array($file) {
</ins><span class="cx">           return @file($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -54,7 +54,7 @@
</span><span class="cx">   * @param int $mode (optional) The file permissions as octal number, usually 0644.
</span><span class="cx">   * @return bool False upon failure.
</span><span class="cx">   */
</span><del>-       function put_contents( $file, $contents, $mode = false ) {
</del><ins>+        public function put_contents( $file, $contents, $mode = false ) {
</ins><span class="cx">           $fp = @fopen( $file, 'wb' );
</span><span class="cx">          if ( ! $fp )
</span><span class="cx">                  return false;
</span><span class="lines">@@ -82,7 +82,7 @@
</span><span class="cx">   *
</span><span class="cx">   * @return string|bool the current working directory on success, or false on failure.
</span><span class="cx">   */
</span><del>-       function cwd() {
</del><ins>+        public function cwd() {
</ins><span class="cx">           return @getcwd();
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -92,7 +92,7 @@
</span><span class="cx">   * @param string $dir The new current directory.
</span><span class="cx">   * @return bool Returns true on success or false on failure.
</span><span class="cx">   */
</span><del>-       function chdir($dir) {
</del><ins>+        public function chdir($dir) {
</ins><span class="cx">           return @chdir($dir);
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -104,7 +104,7 @@
</span><span class="cx">   * @param bool $recursive (optional) If set True changes file group recursively. Defaults to False.
</span><span class="cx">   * @return bool Returns true on success or false on failure.
</span><span class="cx">   */
</span><del>-       function chgrp($file, $group, $recursive = false) {
</del><ins>+        public function chgrp($file, $group, $recursive = false) {
</ins><span class="cx">           if ( ! $this->exists($file) )
</span><span class="cx">                  return false;
</span><span class="cx">          if ( ! $recursive )
</span><span class="lines">@@ -128,7 +128,7 @@
</span><span class="cx">   * @param bool $recursive (optional) If set True changes file group recursively. Defaults to False.
</span><span class="cx">   * @return bool Returns true on success or false on failure.
</span><span class="cx">   */
</span><del>-       function chmod($file, $mode = false, $recursive = false) {
</del><ins>+        public function chmod($file, $mode = false, $recursive = false) {
</ins><span class="cx">           if ( ! $mode ) {
</span><span class="cx">                  if ( $this->is_file($file) )
</span><span class="cx">                          $mode = FS_CHMOD_FILE;
</span><span class="lines">@@ -157,7 +157,7 @@
</span><span class="cx">   * @param bool $recursive (optional) If set True changes file owner recursively. Defaults to False.
</span><span class="cx">   * @return bool Returns true on success or false on failure.
</span><span class="cx">   */
</span><del>-       function chown($file, $owner, $recursive = false) {
</del><ins>+        public function chown($file, $owner, $recursive = false) {
</ins><span class="cx">           if ( ! $this->exists($file) )
</span><span class="cx">                  return false;
</span><span class="cx">          if ( ! $recursive )
</span><span class="lines">@@ -178,7 +178,7 @@
</span><span class="cx">   * @param string $file Path to the file.
</span><span class="cx">   * @return string|bool Username of the user or false on error.
</span><span class="cx">   */
</span><del>-       function owner($file) {
</del><ins>+        public function owner($file) {
</ins><span class="cx">           $owneruid = @fileowner($file);
</span><span class="cx">          if ( ! $owneruid )
</span><span class="cx">                  return false;
</span><span class="lines">@@ -196,11 +196,11 @@
</span><span class="cx">   * @param string $file Path to the file.
</span><span class="cx">   * @return string Mode of the file (last 3 digits).
</span><span class="cx">   */
</span><del>-       function getchmod($file) {
</del><ins>+        public function getchmod($file) {
</ins><span class="cx">           return substr( decoct( @fileperms( $file ) ), -3 );
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function group($file) {
</del><ins>+        public function group($file) {
</ins><span class="cx">           $gid = @filegroup($file);
</span><span class="cx">          if ( ! $gid )
</span><span class="cx">                  return false;
</span><span class="lines">@@ -210,7 +210,7 @@
</span><span class="cx">          return $grouparray['name'];
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function copy($source, $destination, $overwrite = false, $mode = false) {
</del><ins>+        public function copy($source, $destination, $overwrite = false, $mode = false) {
</ins><span class="cx">           if ( ! $overwrite && $this->exists($destination) )
</span><span class="cx">                  return false;
</span><span class="cx"> 
</span><span class="lines">@@ -220,7 +220,7 @@
</span><span class="cx">          return $rtval;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function move($source, $destination, $overwrite = false) {
</del><ins>+        public function move($source, $destination, $overwrite = false) {
</ins><span class="cx">           if ( ! $overwrite && $this->exists($destination) )
</span><span class="cx">                  return false;
</span><span class="cx"> 
</span><span class="lines">@@ -236,7 +236,7 @@
</span><span class="cx">          }
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function delete($file, $recursive = false, $type = false) {
</del><ins>+        public function delete($file, $recursive = false, $type = false) {
</ins><span class="cx">           if ( empty( $file ) ) // Some filesystems report this as /, which can cause non-expected recursive deletion of all files in the filesystem.
</span><span class="cx">                  return false;
</span><span class="cx">          $file = str_replace( '\\', '/', $file ); // for win32, occasional problems deleting files otherwise
</span><span class="lines">@@ -264,39 +264,39 @@
</span><span class="cx">          return $retval;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function exists($file) {
</del><ins>+        public function exists($file) {
</ins><span class="cx">           return @file_exists($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function is_file($file) {
</del><ins>+        public function is_file($file) {
</ins><span class="cx">           return @is_file($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function is_dir($path) {
</del><ins>+        public function is_dir($path) {
</ins><span class="cx">           return @is_dir($path);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function is_readable($file) {
</del><ins>+        public function is_readable($file) {
</ins><span class="cx">           return @is_readable($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function is_writable($file) {
</del><ins>+        public function is_writable($file) {
</ins><span class="cx">           return @is_writable($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function atime($file) {
</del><ins>+        public function atime($file) {
</ins><span class="cx">           return @fileatime($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function mtime($file) {
</del><ins>+        public function mtime($file) {
</ins><span class="cx">           return @filemtime($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function size($file) {
</del><ins>+        public function size($file) {
</ins><span class="cx">           return @filesize($file);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function touch($file, $time = 0, $atime = 0) {
</del><ins>+        public function touch($file, $time = 0, $atime = 0) {
</ins><span class="cx">           if ($time == 0)
</span><span class="cx">                  $time = time();
</span><span class="cx">          if ($atime == 0)
</span><span class="lines">@@ -304,7 +304,7 @@
</span><span class="cx">          return @touch($file, $time, $atime);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function mkdir($path, $chmod = false, $chown = false, $chgrp = false) {
</del><ins>+        public function mkdir($path, $chmod = false, $chown = false, $chgrp = false) {
</ins><span class="cx">           // safe mode fails with a trailing slash under certain PHP versions.
</span><span class="cx">          $path = untrailingslashit($path);
</span><span class="cx">          if ( empty($path) )
</span><span class="lines">@@ -323,11 +323,11 @@
</span><span class="cx">          return true;
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function rmdir($path, $recursive = false) {
</del><ins>+        public function rmdir($path, $recursive = false) {
</ins><span class="cx">           return $this->delete($path, $recursive);
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-       function dirlist($path, $include_hidden = true, $recursive = false) {
</del><ins>+        public function dirlist($path, $include_hidden = true, $recursive = false) {
</ins><span class="cx">           if ( $this->is_file($path) ) {
</span><span class="cx">                  $limit_file = basename($path);
</span><span class="cx">                  $path = dirname($path);
</span></span></pre>
</div>
</div>

</body>
</html>