Inheritance: implements Phive\Queue\Queue
 public function __construct(\PDO $pdo, $tableName, $routineName = null)
 {
     parent::__construct($pdo, $tableName);
     $this->routineName = $routineName ?: $this->tableName . '_pop';
 }