Pagekit\View\Asset\StringAsset::hash PHP Méthode

hash() public méthode

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