You are here

public function User::setCreatedDate in Devel 8.2

Same name and namespace in other branches
  1. 8 kint/kint/examples/overview.php \User::setCreatedDate()

*

Parameters

\DateTime $date:

File

kint/kint/examples/overview.php, line 70

Class

User

Code

public function setCreatedDate(DateTime $date) {
  $this->createdDate = $date;
}