Doctrine\OXM\Id\AbstractIdGenerator::isPostInsertGenerator PHP Method

isPostInsertGenerator() public method

By default, this method returns FALSE. Generators that have this requirement must override this method and return TRUE.
public isPostInsertGenerator ( ) : boolean
return boolean
    public function isPostInsertGenerator()
    {
        return false;
    }