Home
last modified time | relevance | path

Searched refs:_relativePath (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/hoa/iterator/Recursive/
H A DDirectory.php61 protected $_relativePath = 0; variable in Hoa\\Iterator\\Recursive\\Directory
90 $this->_relativePath = self::$_handlePath;
93 $this->_relativePath = $path;
162 return $this->_relativePath;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DSplFileInfo.php61 protected $_relativePath = null; variable in Hoa\\Iterator\\SplFileInfo
79 $this->_relativePath = $relativePath;
116 $old = $this->_relativePath;
117 $this->_relativePath = $relativePath;
129 return $this->_relativePath;
H A DDirectory.php61 protected $_relativePath = null; variable in Hoa\\Iterator\\Directory
113 $old = $this->_relativePath;
114 $this->_relativePath = $path;
126 return $this->_relativePath;