Pneuma Framework

BasePathInterface

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
string

baseResource()

Retrieve resource base path.

public baseResource([string $path = '' ]) : string
Parameters
$path : string = ''

Relative path

Return values
string

baseView()

Retrieve view base path.

public baseView([string $path = '' ]) : string
Parameters
$path : string = ''

Relative path

Return values
string

        
On this page

Search results