Newscoop\Entity\Template::getCacheLifetime PHP Метод

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

Get cache lifetime
public getCacheLifetime ( ) : integer
Результат integer
    public function getCacheLifetime()
    {
        return (int) $this->cache_lifetime;
    }

Usage Example

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