[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Source view] [Print] [Project Stats]
An object to represent a path to a JavaScript/CSS file, along with a remote and local base path, for use with ResourceLoaderFileModule. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
File Size: | 74 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
ResourceLoaderFilePath:: (4 methods):
__construct()
getLocalPath()
getRemotePath()
getPath()
Class: ResourceLoaderFilePath - X-Ref
An object to represent a path to a JavaScript/CSS file, along with a remote__construct( $path, $localBasePath, $remoteBasePath ) X-Ref |
param: string $path Path to the file. param: string $localBasePath Base path to prepend when generating a local path. param: string $remoteBasePath Base path to prepend when generating a remote path. |
getLocalPath() X-Ref |
return: string |
getRemotePath() X-Ref |
return: string |
getPath() X-Ref |
return: string |
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |