Class FOFPlatformFilesystem
- FOFPlatformFilesystem implements FOFPlatformFilesystemInterface
Direct known subclasses
Abstract
Package: FrameworkOnFramework\platform
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Located at fof/platform/filesystem/filesystem.php
Package: FrameworkOnFramework\platform
Copyright: Copyright (C) 2010-2016 Nicholas K. Dionysopoulos / Akeeba Ltd. All rights reserved.
License: General Public License version 2 or later; see LICENSE.txt
Located at fof/platform/filesystem/filesystem.php
Methods summary
protected static
array
|
|
protected static
array
|
#
scanDirectory( string $path, array $ignoreFolders = array(), array $ignoreFiles = array() )
Recursive function that will scan every directory unless it's in the ignore list. Files that aren't in the ignore list are returned. |
public
string
|
|
public
string
|
Methods inherited from FOFPlatformFilesystemInterface
fileCopy(),
fileDelete(),
fileExists(),
fileWrite(),
folderCreate(),
folderExists(),
folderFiles(),
folderFolders(),
pathCheck(),
pathClean(),
pathFind()
Magic methods summary
Properties summary
protected static
array
|
$paths |
#
The list of paths where platform class files will be looked for |
