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

Returns the age of the response
public getAge ( ) : integer
Результат integer The age of the response in seconds
Пример #1
0
 /**
  * Test Expire
  */
 public function testExpire()
 {
     $this->cacheControl->expire();
     $this->assertEquals(0, $this->cacheControl->getAge());
 }