Latte\Loaders\StringLoader::getUniqueId PHP 메소드

getUniqueId() 공개 메소드

Returns unique identifier for caching.
public getUniqueId ( $name ) : string
리턴 string
    public function getUniqueId($name)
    {
        return $this->getContent($name);
    }