PHP Class Jarves\AssetHandler\AbstractHandler

Show file Open project: jarves/jarves Class Usage Examples

Protected Properties

Property Type Description
$jarves Jarves\Jarves

Public Methods

Method Description
__construct ( Jarves $jarves )
getJarves ( ) : Jarves
setJarves ( Jarves $jarves )

Protected Methods

Method Description
getAssetPath ( string $path ) : string Returns local full file path.
getPublicAssetPath ( string $path ) : string

Method Details

__construct() public method

public __construct ( Jarves $jarves )
$jarves Jarves\Jarves

getAssetPath() protected method

Returns local full file path.
protected getAssetPath ( string $path ) : string
$path string
return string

getJarves() public method

public getJarves ( ) : Jarves
return Jarves\Jarves

getPublicAssetPath() protected method

protected getPublicAssetPath ( string $path ) : string
$path string
return string

setJarves() public method

public setJarves ( Jarves $jarves )
$jarves Jarves\Jarves

Property Details

$jarves protected property

protected Jarves,Jarves $jarves
return Jarves\Jarves