PartKeepr\StockBundle\Entity\StockEntry::getDateTime PHP 메소드

getDateTime() 공개 메소드

Returns the date+time when the record was created.
public getDateTime ( ) : DateTime
리턴 DateTime The date+time when the record was created
    public function getDateTime()
    {
        return $this->dateTime;
    }