MiniAsset\Output\FreshTrait::configTimestamp PHP Метод

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

This value is used to determine if a build output is still 'fresh'.
public configTimestamp ( integer $time ) : void
$time integer The timestamp the configuration files were modified at.
Результат void
    public function configTimestamp($time)
    {
        $this->configTime = $time;
    }