Searched refs:endOfLife (Results 1 – 4 of 4) sorted by relevance
23 protected $endOfLife; variable in OAuth\\Common\\Token\\AbstractToken65 return $this->endOfLife;93 * @param int $endOfLife95 public function setEndOfLife($endOfLife) argument97 $this->endOfLife = $endOfLife;106 $this->endOfLife = static::EOL_NEVER_EXPIRES;108 $this->endOfLife = intval($lifetime) + time();110 $this->endOfLife = static::EOL_UNKNOWN;
41 * @param int $endOfLife43 public function setEndOfLife($endOfLife); argument
23 protected $endOfLife; variable in OAuth\\Common\\Token\\AbstractToken 65 return $this->endOfLife;93 * @param int $endOfLife95 public function setEndOfLife($endOfLife) argument 97 $this->endOfLife = $endOfLife;106 $this->endOfLife = static::EOL_NEVER_EXPIRES;108 $this->endOfLife = intval($lifetime) + time();110 $this->endOfLife = static::EOL_UNKNOWN;