BasePathInterface
in
Describes Base Path interface.
Table of Contents
Methods
- baseApp() : string
- Retrieve application base path.
- baseResource() : string
- Retrieve resource base path.
- baseView() : string
- Retrieve view base path.
Methods
baseApp()
Retrieve application base path.
public
baseApp([string $path = '' ]) : string
Parameters
- $path : string = ''
-
Relative path
Return values
stringbaseResource()
Retrieve resource base path.
public
baseResource([string $path = '' ]) : string
Parameters
- $path : string = ''
-
Relative path
Return values
stringbaseView()
Retrieve view base path.
public
baseView([string $path = '' ]) : string
Parameters
- $path : string = ''
-
Relative path