Pimcore\Model\Tool\Email\Blacklist::getModificationDate PHP Method

getModificationDate() public method

public getModificationDate ( ) : integer
return integer
    public function getModificationDate()
    {
        if (!$this->modificationDate) {
            $this->modificationDate = time();
        }
        return $this->modificationDate;
    }