PHP Class Jarves\AssetHandler\AbstractHandler

Afficher le fichier Open project: jarves/jarves Class Usage Examples

Protected Properties

Свойство Type Description
$jarves Jarves\Jarves

Méthodes publiques

Méthode Description
__construct ( Jarves $jarves )
getJarves ( ) : Jarves
setJarves ( Jarves $jarves )

Méthodes protégées

Méthode Description
getAssetPath ( string $path ) : string Returns local full file path.
getPublicAssetPath ( string $path ) : string

Method Details

__construct() public méthode

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

getAssetPath() protected méthode

Returns local full file path.
protected getAssetPath ( string $path ) : string
$path string
Résultat string

getJarves() public méthode

public getJarves ( ) : Jarves
Résultat Jarves\Jarves

getPublicAssetPath() protected méthode

protected getPublicAssetPath ( string $path ) : string
$path string
Résultat string

setJarves() public méthode

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

Property Details

$jarves protected_oe property

protected Jarves,Jarves $jarves
Résultat Jarves\Jarves