PHP 인터페이스 Cache\Adapter\Common\HasExpirationDateInterface

저자: Aaron Scherer ([email protected])
저자: Tobias Nyholm ([email protected])
파일 보기 프로젝트 열기: php-cache/cache

공개 메소드들

메소드 설명
getExpirationDate ( ) : DateTimeInterface | null The date and time when the object expires.

메소드 상세

getExpirationDate() 공개 메소드

The date and time when the object expires.
public getExpirationDate ( ) : DateTimeInterface | null
리턴 DateTimeInterface | null