Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getLastCheckAt PHP Method

getLastCheckAt() public method

Get the date of last check
public getLastCheckAt ( ) : DateTime
return DateTime
    public function getLastCheckAt()
    {
        return $this->lastCheckAt;
    }