MiniAsset\Output\AssetWriter::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( array $timestamp, string $timestampPath, string $theme = null )
$timestamp array The map of extensions and timestamps
$timestampPath string The path to the timestamp file for assets.
$theme string The the theme being assets are being built for.
    public function __construct(array $timestamp, $timestampPath, $theme = null)
    {
        $this->timestamp = $timestamp;
        $this->path = $timestampPath;
        $this->theme = $theme;
    }