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();
 }