Nelmio\Alice\Entity\DummyWithDate::setDateTimeInterface PHP Method

setDateTimeInterface() public method

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