Phive\Queue\Pdo\GenericPdoQueue::getPopSql PHP Method

getPopSql() protected method

protected getPopSql ( )
    protected function getPopSql()
    {
        return sprintf(static::$popSqls[$this->pdo->getAttribute(\PDO::ATTR_DRIVER_NAME)], $this->routineName, time());
    }