|
MediaWiki
master
|
An object to represent a path to a JavaScript/CSS file, along with a remote and local base path, for use with ResourceLoaderFileModule. More...

Public Member Functions | |
| __construct ($path, $localBasePath, $remoteBasePath) | |
| getLocalPath () | |
| getPath () | |
| getRemotePath () | |
Protected Attributes | |
| string | $localBasePath |
| Local base path. More... | |
| string | $path |
| Path to the file. More... | |
| string | $remoteBasePath |
| Remote base path. More... | |
An object to represent a path to a JavaScript/CSS file, along with a remote and local base path, for use with ResourceLoaderFileModule.
Definition at line 28 of file ResourceLoaderFilePath.php.
| ResourceLoaderFilePath::__construct | ( | $path, | |
| $localBasePath, | |||
| $remoteBasePath | |||
| ) |
| string | $path | Path to the file. |
| string | $localBasePath | Base path to prepend when generating a local path. |
| string | $remoteBasePath | Base path to prepend when generating a remote path. |
Definition at line 48 of file ResourceLoaderFilePath.php.
References $localBasePath, $path, and $remoteBasePath.
| ResourceLoaderFilePath::getLocalPath | ( | ) |
Definition at line 57 of file ResourceLoaderFilePath.php.
| ResourceLoaderFilePath::getPath | ( | ) |
Definition at line 71 of file ResourceLoaderFilePath.php.
References $path.
Referenced by ResourcesTest\provideResourceFiles().
| ResourceLoaderFilePath::getRemotePath | ( | ) |
Definition at line 64 of file ResourceLoaderFilePath.php.
|
protected |
Local base path.
Definition at line 32 of file ResourceLoaderFilePath.php.
Referenced by __construct().
|
protected |
Path to the file.
Definition at line 39 of file ResourceLoaderFilePath.php.
Referenced by __construct(), and getPath().
|
protected |
Remote base path.
Definition at line 35 of file ResourceLoaderFilePath.php.
Referenced by __construct().