PHP Class Bolt\Asset\BoltVersionStrategy

Author: Carson Full ([email protected])
Inheritance: implements Symfony\Component\Asset\VersionStrategy\VersionStrategyInterface
Afficher le fichier Open project: bolt/bolt

Protected Properties

Свойство Type Description
$baseSalt string
$directory Bolt\Filesystem\Handler\DirectoryInterface

Méthodes publiques

Méthode Description
__construct ( Bolt\Filesystem\Handler\DirectoryInterface $directory, string $baseSalt ) Constructor.
applyVersion ( $path )
getVersion ( $path )

Method Details

__construct() public méthode

Constructor.
public __construct ( Bolt\Filesystem\Handler\DirectoryInterface $directory, string $baseSalt )
$directory Bolt\Filesystem\Handler\DirectoryInterface
$baseSalt string

applyVersion() public méthode

public applyVersion ( $path )

getVersion() public méthode

public getVersion ( $path )

Property Details

$baseSalt protected_oe property

protected string $baseSalt
Résultat string

$directory protected_oe property

protected DirectoryInterface,Bolt\Filesystem\Handler $directory
Résultat Bolt\Filesystem\Handler\DirectoryInterface