Newscoop\Entity\Template::getCacheLifetime PHP Méthode

getCacheLifetime() public méthode

Get cache lifetime
public getCacheLifetime ( ) : integer
Résultat integer
    public function getCacheLifetime()
    {
        return (int) $this->cache_lifetime;
    }

Usage Example

 public function getCacheLifetime()
 {
     $this->__load();
     return parent::getCacheLifetime();
 }