Nelmio\Alice\Entity\DummyWithDate::setDateTimeInterface PHP Méthode

setDateTimeInterface() public méthode

public setDateTimeInterface ( DateTimeInterface $dateTime )
$dateTime DateTimeInterface
    public function setDateTimeInterface(\DateTimeInterface $dateTime)
    {
        $this->data['interface'] = $dateTime;
    }