Pagekit\View\Asset\UrlAsset::hash PHP Method

hash() public method

public hash ( $salt = '' )
    public function hash($salt = '')
    {
        return hash('crc32b', $this->source . $salt);
    }
UrlAsset