コード例 #1
0
ファイル: UserProxy.php プロジェクト: artz20/Tv-shows-zone
 /**
  * Gets the timestamp that the user requested a password reset.
  *
  * @return \DateTime
  * @return UserProxy
  */
 public function getPasswordRequestedAt()
 {
     return $this->user->getPasswordRequestedAt();
 }